Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp89 static cl::opt<std::string> DefaultTriple( variable
246 Conf.DefaultTriple = DefaultTriple; in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h71 std::string DefaultTriple; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp381 Mod.setTargetTriple(C.DefaultTriple); in initAndLookupTarget()
DLTO.cpp140 AddString(Conf.DefaultTriple); in computeCacheKey()
/external/llvm/tools/gold/
Dgold-plugin.cpp155 static std::string DefaultTriple = sys::getDefaultTargetTriple(); variable
1153 M->setTargetTriple(DefaultTriple); in linkInModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp860 Conf.DefaultTriple = sys::getDefaultTargetTriple(); in createLTO()