summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-04-24 21:05:05 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-04-24 21:05:05 +0000
commit53972d60cb26db1dc221c97618d76ff2873b4d8c (patch)
tree41fa88116d157a3658f3c2be91ffaaeeea60b6c6
parentcbd7cd8360d9bd6c5a083acbf8e63dbc9690e975 (diff)
downloadbcm5719-llvm-53972d60cb26db1dc221c97618d76ff2873b4d8c.tar.gz
bcm5719-llvm-53972d60cb26db1dc221c97618d76ff2873b4d8c.zip
ProfileData: clean up some stale declarations (NFC)
These were removed in SVN r300381. Remove the declarations. llvm-svn: 301252
-rw-r--r--llvm/include/llvm/ProfileData/InstrProf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProf.h b/llvm/include/llvm/ProfileData/InstrProf.h
index c9828858cce..1b07c33746e 100644
--- a/llvm/include/llvm/ProfileData/InstrProf.h
+++ b/llvm/include/llvm/ProfileData/InstrProf.h
@@ -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_"; }
OpenPOWER on IntegriCloud