Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp174 StringRef getSectionEnd(StringRef SectionSuffix);
212 getSectionMarker(getSectionEnd(MI->SectionSuffix), PtrTy), in run()
476 StringRef SanitizerBinaryMetadata::getSectionEnd(StringRef SectionSuffix) { in getSectionEnd() function in __anon0ee657d00111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp252 std::string getSectionEnd(const std::string &Section) const;
329 getSectionEnd(Section)); in CreateSecStartEnd()
1041 ModuleSanitizerCoverage::getSectionEnd(const std::string &Section) const { in getSectionEnd() function in ModuleSanitizerCoverage