Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp21 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 DDWARFUnit.cpp367 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h39 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr);
42 bool extractFast(const DWARFUnit &U, uint64_t *OffsetPtr,