Lines Matching refs:SectionSuffix
66 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);
209 getSectionMarker(getSectionStart(MI->SectionSuffix), PtrTy), in run()
210 getSectionMarker(getSectionEnd(MI->SectionSuffix), PtrTy), in run()
291 const StringRef Section = getSectionName(MI->SectionSuffix); in runOn()
436 Sections.push_back({getSectionName(MI->SectionSuffix), {}}); in runOn()
454 StringRef SanitizerBinaryMetadata::getSectionName(StringRef SectionSuffix) { in getSectionName() argument
457 return StringPool.save(SectionSuffix + "!C"); in getSectionName()
460 Twine SanitizerBinaryMetadata::getSectionStart(StringRef SectionSuffix) { in getSectionStart() argument
461 return "__start_" + SectionSuffix; in getSectionStart()
464 Twine SanitizerBinaryMetadata::getSectionEnd(StringRef SectionSuffix) { in getSectionEnd() argument
465 return "__stop_" + SectionSuffix; in getSectionEnd()