Differential Revision: https://reviews.llvm.org/D66503
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369468
91177308-0d34-0410-b5e6-
96231b3b80d8
return "__" + Section;
}
-std::string
-SanitizerCoverage::getSectionStart(const std::string &Section) const {
- return getSectionStartImpl(TargetTriple, Section);
-}
-
-std::string SanitizerCoverage::getSectionEnd(const std::string &Section) const {
- return getSectionEndImpl(TargetTriple, Section);
-}
-
INITIALIZE_PASS(ModuleSanitizerCoverageLegacyPass, "module-sancov",
"Pass for inserting sancov top-level initialization calls",
false, false)