Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h41 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp23 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() function in DWARFDebugInfoEntry
H A DDWARFUnit.cpp428 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieManualExtractTest.cpp58 ASSERT_TRUE(DieInfo.extractFast(*CU, &DIEOffset, DebugInfoData, NextCUOffset, in TEST()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp376 Die.extractFast(Unit, &DIEOffset, DebugInfoData, NextCUOffset, Depth)) { in updateUnitDebugInfo()