mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[Sanitizer] Remove unused functions
Differential Revision: https://reviews.llvm.org/D66503 llvm-svn: 369468
This commit is contained in:
parent
f46165f928
commit
6333a5f3c2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user