Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h105 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()
135 Triple::ObjectFormatType ObjFmt; variable
/external/clang/lib/Driver/
DMSVCToolChain.cpp682 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local
683 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()
687 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp100 if (ObjFmt == Triple::MachO) { in isStaticInitGlobal()
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp1390 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local
1391 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()
1395 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()