Searched refs:CurrentDebugMapObject (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp29 CurrentObjectHolder(Verbose), CurrentDebugMapObject(nullptr) {}
59 DebugMapObject *CurrentDebugMapObject; member in class:__anon14846::MachODebugMapParser
107 CurrentDebugMapObject = nullptr;
135 CurrentDebugMapObject = &Result->addDebugMapObject(Path, Timestamp);
356 // CurrentDebugMapObject will be null. Do not update anything
358 if (!CurrentDebugMapObject)
392 if (!CurrentDebugMapObject->addSymbol(Name, ObjectSymIt->getValue(), Value,

Completed in 92 milliseconds