Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h22 enum class DwarfLinkerClient { Dsymutil, LLD, General }; enum
248 DwarfLinkerClient ClientID = DwarfLinkerClient::General)
757 DwarfLinkerClient DwarfLinkerClientID;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h22 enum class DwarfLinkerClient { Dsymutil, LLD, General }; enum
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp305 DWARFLinker GeneralLinker(Streamer.get(), DwarfLinkerClient::Dsymutil); in link()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2272 case DwarfLinkerClient::Dsymutil: in emitPaperTrailWarnings()
2381 if (DwarfLinkerClientID == DwarfLinkerClient::Dsymutil) in link()