Searched refs:ObjFmt (Results 1 – 3 of 3) sorted by relevance
107 ObjFmt(Triple(M.getTargetTriple()).getObjectFormat()) { in StaticInitGVIterator()137 Triple::ObjectFormatType ObjFmt; variable
815 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local816 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()820 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()
103 if (ObjFmt == Triple::MachO) { in isStaticInitGlobal()