Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp66 const StringRef SectionSuffix; member in __anon758ec0060111::MetadataInfo
74 StringRef SectionSuffix) in MetadataInfo() argument
75 : FunctionPrefix(FunctionPrefix), SectionSuffix(SectionSuffix) {} in MetadataInfo()
167 StringRef getSectionName(StringRef SectionSuffix);
170 Twine getSectionStart(StringRef SectionSuffix);
173 Twine getSectionEnd(StringRef SectionSuffix);
210 getSectionMarker(getSectionEnd(MI->SectionSuffix), PtrTy), in run()
291 const StringRef Section = getSectionName(MI->SectionSuffix); in runOn()
457 return StringPool.save(SectionSuffix + "!C"); in getSectionName()
461 return "__start_" + SectionSuffix; in getSectionStart()
[all …]