]> granicus.if.org Git - llvm/commitdiff
[Sanitizer] Remove unused functions
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 20 Aug 2019 22:56:40 +0000 (22:56 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 20 Aug 2019 22:56:40 +0000 (22:56 +0000)
Differential Revision: https://reviews.llvm.org/D66503

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

lib/Transforms/Instrumentation/SanitizerCoverage.cpp

index d31a21c3b03ca9f9cc6a493ba84568315d4085da..ef8c3acadc31fa8a9be99d83e5374a3821bc6e1e 100644 (file)
@@ -1020,15 +1020,6 @@ SanitizerCoverage::getSectionName(const std::string &Section) const {
   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)