Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp173 Twine getSectionEnd(StringRef SectionSuffix);
210 getSectionMarker(getSectionEnd(MI->SectionSuffix), PtrTy), in run()
464 Twine SanitizerBinaryMetadata::getSectionEnd(StringRef SectionSuffix) { in getSectionEnd() function in __anon758ec0060111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp253 std::string getSectionEnd(const std::string &Section) const;
324 getSectionEnd(Section)); in CreateSecStartEnd()
1032 ModuleSanitizerCoverage::getSectionEnd(const std::string &Section) const { in getSectionEnd() function in ModuleSanitizerCoverage