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.cpp172 StringRef getSectionEnd(StringRef SectionSuffix);
210 getSectionMarker(getSectionEnd(MI->SectionSuffix), PtrTy), in run()
477 StringRef SanitizerBinaryMetadata::getSectionEnd(StringRef SectionSuffix) { in getSectionEnd() function in __anon0ee657d00111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp282 std::string getSectionEnd(const std::string &Section) const;
358 getSectionEnd(Section)); in CreateSecStartEnd()
1186 ModuleSanitizerCoverage::getSectionEnd(const std::string &Section) const { in getSectionEnd() function in ModuleSanitizerCoverage