Searched refs:extractFast (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 22 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, in extractFast() function in DWARFDebugInfoEntry 26 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast() 29 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint32_t *OffsetPtr, in extractFast() function in DWARFDebugInfoEntry
|
D | DWARFUnit.cpp | 222 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 40 bool extractFast(const DWARFUnit &U, uint32_t *OffsetPtr); 43 bool extractFast(const DWARFUnit &U, uint32_t *OffsetPtr,
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.h | 46 bool extractFast(const DWARFCompileUnit *cu, const uint8_t *fixed_form_sizes,
|
D | DWARFCompileUnit.cpp | 156 die.extractFast(this, fixed_form_sizes, &offset)) { in extractDIEsIfNeeded()
|
D | DWARFDebugInfoEntry.cpp | 96 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu, in extractFast() function in DWARFDebugInfoEntryMinimal
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 49 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr; in findUnitAndExtractFast() 184 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal
|
D | DWARFUnit.cpp | 202 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector()
|