Searched refs:ObjFmt (Results 1 – 3 of 3) sorted by relevance
108 ObjFmt(M.getTargetTriple().getObjectFormat()) { in StaticInitGVIterator()138 Triple::ObjectFormatType ObjFmt; variable
828 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple() local829 if (ObjFmt.empty()) in ComputeEffectiveClangTriple()833 (Twine("msvc") + MSVT.getAsString() + Twine('-') + ObjFmt).str()); in ComputeEffectiveClangTriple()
105 if (ObjFmt == Triple::MachO) { in isStaticInitGlobal()