Searched refs:extractFast (Results 1 – 3 of 3) sorted by relevance
95 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal286 if (spec_die.extractFast(U, &spec_ref)) { in getSubroutineName()296 if (abs_origin_die.extractFast(U, &abs_origin_ref)) { in getSubroutineName()
51 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
175 while (Offset < NextCUOffset && DIE.extractFast(this, &Offset)) { in extractDIEsToVector()