Searched defs:IsELF (Results 1 – 8 of 8) sorted by relevance
75 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
158 bool IsELF = ModuleTriple.isOSBinFormatELF(); in runImpl() local
709 const bool IsELF = !getTriple().isMusl() && !getTriple().isOSLinux(); in AddClangSystemIncludeArgs() local
1286 bool IsELF = Triple.isOSBinFormatELF(); in addLTOOptions() local
2450 bool IsELF = Triple.isOSBinFormatELF(); in CollectArgsForIntegratedAssembler() local
92 IsELF, enumerator
3269 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local
7013 bool IsELF = Format == MCContext::IsELF; in ParseDirective() local