Searched refs:ObjFmt (Results 1 – 3 of 3) sorted by relevance
104 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()134 Triple::ObjectFormatType ObjFmt; variable
781 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local782 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()786 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()
102 if (ObjFmt == Triple::MachO) { in isStaticInitGlobal()