Searched refs:extractFast (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A 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
|
| H A D | DWARFUnit.cpp | 361 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.h | 40 bool extractFast(const DWARFUnit &U, uint32_t *OffsetPtr); 43 bool extractFast(const DWARFUnit &U, uint32_t *OffsetPtr,
|