Searched refs:extractFast (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A 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
|
H A D | DWARFUnit.cpp | 367 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 39 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr); 42 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,
|