]> granicus.if.org Git - llvm/commitdiff
ProfileData: clean up some stale declarations (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 24 Apr 2017 21:05:05 +0000 (21:05 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 24 Apr 2017 21:05:05 +0000 (21:05 +0000)
These were removed in SVN r300381.  Remove the declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301252 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ProfileData/InstrProf.h

index c9828858cce3af58072ca82d05bef77a07dfb78b..1b07c33746e760d6b79bd5c74acd3e4ea81f0a4f 100644 (file)
@@ -79,14 +79,6 @@ inline StringRef getInstrProfValueRangeProfFuncName() {
   return INSTR_PROF_VALUE_RANGE_PROF_FUNC_STR;
 }
 
-/// Return the name of the section containing function coverage mapping
-/// data.
-std::string getInstrProfCoverageSectionName(const Module *M = nullptr);
-/// Similar to the above, but used by host tool (e.g, coverage) which has
-/// object format information. The section name returned is not prefixed
-/// with segment name.
-std::string getInstrProfCoverageSectionNameInObject(bool isCoff);
-
 /// Return the name prefix of variables containing instrumented function names.
 inline StringRef getInstrProfNameVarPrefix() { return "__profn_"; }