Home
last modified time | relevance | path

Searched refs:getSectionStart (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp233 std::string getSectionStart(const std::string &Section) const;
340 getSectionStart(Section)); in CreateSecStartEnd()
986 ModuleSanitizerCoverage::getSectionStart(const std::string &Section) const { in getSectionStart() function in ModuleSanitizerCoverage