Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1158 StringRef AbbrevSectionContents = in addUnitAbbreviations() local
1173 AbbrevContents = AbbrevSectionContents.substr(DWOContrubution->Offset, in addUnitAbbreviations()
1195 It == AbbrevSetOffsets.end() ? AbbrevSectionContents.size() : *It; in addUnitAbbreviations()
1196 AbbrevContents = AbbrevSectionContents.slice(StartOffset, EndOffset); in addUnitAbbreviations()
1200 AbbrevContents = AbbrevSectionContents; in addUnitAbbreviations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1053 std::unique_ptr<DebugBufferVector> AbbrevSectionContents = in finalizeDebugSections() local
1056 copyByteArray(*AbbrevSectionContents), in finalizeDebugSections()
1057 AbbrevSectionContents->size()); in finalizeDebugSections()