Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp61 const StringRef SectionSuffix; member in __anon62e4d4a70111::MetadataInfo
70 StringRef SectionSuffix, uint32_t Feature) in MetadataInfo() argument
71 : FunctionPrefix(FunctionPrefix), SectionSuffix(SectionSuffix), in MetadataInfo()
165 StringRef getSectionName(StringRef SectionSuffix);
168 Twine getSectionStart(StringRef SectionSuffix);
171 Twine getSectionEnd(StringRef SectionSuffix);
202 getSectionMarker(getSectionStart(MI->SectionSuffix), Int8PtrTy), in run()
203 getSectionMarker(getSectionEnd(MI->SectionSuffix), Int8PtrTy), in run()
276 const StringRef Section = getSectionName(MI->SectionSuffix); in runOn()
365 Sections.push_back({getSectionName(MI->SectionSuffix), {}}); in runOn()
[all …]