Searched refs:extractFast (Results 1 – 6 of 6) sorted by relevance
46 bool extractFast(const DWARFCompileUnit *cu, const uint8_t *fixed_form_sizes,
156 die.extractFast(this, fixed_form_sizes, &offset)) { in extractDIEsIfNeeded()
96 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu, in extractFast() function in DWARFDebugInfoEntryMinimal
49 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr; in findUnitAndExtractFast()184 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal
202 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector()