Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h41 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp22 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() function in DWARFDebugInfoEntry
H A DDWARFUnit.cpp440 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieManualExtractTest.cpp58 ASSERT_TRUE(DieInfo.extractFast(*CU, &DIEOffset, DebugInfoData, NextCUOffset, in TEST()