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