Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp93 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() function in DWARFDebugInfoEntryMinimal
306 if (spec_die.extractFast(U, &spec_ref)) { in getSubroutineName()
316 if (abs_origin_die.extractFast(U, &abs_origin_ref)) { in getSubroutineName()
DDWARFDebugInfoEntry.h49 bool extractFast(const DWARFUnit *U, uint32_t *OffsetPtr);
DDWARFUnit.cpp171 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) { in extractDIEsToVector()