Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp95 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal
286 if (spec_die.extractFast(U, &spec_ref)) { in getSubroutineName()
296 if (abs_origin_die.extractFast(U, &abs_origin_ref)) { in getSubroutineName()
HDDWARFDebugInfoEntry.h51 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
HDDWARFUnit.cpp175 while (Offset < NextCUOffset && DIE.extractFast(this, &Offset)) { in extractDIEsToVector()