Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachODebugMapParser.cpp109 Result->addDebugMapObject(File, sys::TimePoint<std::chrono::seconds>()); in Warning()
153 &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO); in switchToNewDebugMapObject()
388 Result->addDebugMapObject(Path, sys::toTimePoint(Value), Type); in handleStabSymbolTableEntry()
DDebugMap.h110 addDebugMapObject(StringRef ObjectFilePath,
DDebugMap.cpp86 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() function in llvm::dsymutil::DebugMap
Ddsymutil.cpp484 Map->addDebugMapObject(InputFile, in main()
DDwarfLinker.cpp2114 auto &Obj = ModuleMap.addDebugMapObject( in loadClangModule()
/external/llvm/tools/dsymutil/
DDebugMap.h95 DebugMapObject &addDebugMapObject(StringRef ObjectFilePath,
DDebugMap.cpp65 DebugMapObject &DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() function in llvm::dsymutil::DebugMap
DMachODebugMapParser.cpp135 CurrentDebugMapObject = &Result->addDebugMapObject(Path, Timestamp); in switchToNewDebugMapObject()
DDwarfLinker.cpp3298 ModuleMap.addDebugMapObject(Path, sys::TimeValue::PosixZeroTime()); in loadClangModule()