Searched refs:extractFast (Results 1 – 3 of 3) sorted by relevance
93 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal306 if (spec_die.extractFast(U, &spec_ref)) { in getSubroutineName()316 if (abs_origin_die.extractFast(U, &abs_origin_ref)) { in getSubroutineName()
49 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
171 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector()