Searched refs:extractFast (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 21 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, in extractFast() function in DWARFDebugInfoEntry 25 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast() 28 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() function in DWARFDebugInfoEntry
|
D | DWARFUnit.cpp | 395 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 21 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, in extractFast() function in DWARFDebugInfoEntry 25 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0); in extractFast() 28 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() function in DWARFDebugInfoEntry
|
D | DWARFUnit.cpp | 367 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 39 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr); 42 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 39 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr); 42 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,
|
/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()
|