Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp171 Twine getSectionEnd(StringRef SectionSuffix);
203 getSectionMarker(getSectionEnd(MI->SectionSuffix), Int8PtrTy), in run()
392 Twine SanitizerBinaryMetadata::getSectionEnd(StringRef SectionSuffix) { in getSectionEnd() function in __anon62e4d4a70111::SanitizerBinaryMetadata
H A DSanitizerCoverage.cpp259 std::string getSectionEnd(const std::string &Section) const;
332 getSectionEnd(Section)); in CreateSecStartEnd()
1055 ModuleSanitizerCoverage::getSectionEnd(const std::string &Section) const { in getSectionEnd() function in ModuleSanitizerCoverage