Searched refs:ObjFmt (Results 1 – 4 of 4) sorted by relevance
105 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()135 Triple::ObjectFormatType ObjFmt; variable
682 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local683 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()687 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()
100 if (ObjFmt == Triple::MachO) { in isStaticInitGlobal()
1390 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local1391 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()1395 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()