Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp33 CurrentDebugMapObject(nullptr) {} in MachODebugMapParser()
63 DebugMapObject *CurrentDebugMapObject; member in __anon7c2d0b190111::MachODebugMapParser
130 CurrentDebugMapObject = nullptr; in resetParserState()
144 if (!CurrentDebugMapObject->addSymbol(CommonSymbol, None /*ObjectAddress*/, in addCommonSymbols()
179 CurrentDebugMapObject = in switchToNewDebugMapObject()
423 if (!CurrentDebugMapObject) in handleStabSymbolTableEntry()
483 if (!CurrentDebugMapObject->addSymbol(Name, ObjectSymIt->getValue(), Value, in handleStabSymbolTableEntry()