Searched refs:IsELF (Results 1 – 9 of 9) sorted by relevance
151 bool IsELF = ModuleTriple.isOSBinFormatELF(); in runOnModule() local152 assert((IsELF || IsMSVC) && "Unsupported triple for JMC"); in runOnModule()154 const char *const FlagSymbolSection = IsELF ? ".just.my.code" : ".msvcjmc"; in runOnModule()186 if (IsELF) { in runOnModule()
76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
1060 case MCContext::IsELF: in initMCObjectFileInfo()1106 if (Ctx->getObjectFileType() != MCContext::IsELF) in getStackSizesSection()1124 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()1144 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()1160 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
101 Env = IsELF; in MCContext()252 case MCContext::IsELF: in createSymbolImpl()
688 const bool IsELF = !getTriple().isMusl() && !getTriple().isOSLinux(); in AddClangSystemIncludeArgs() local693 if (!IsELF) { in AddClangSystemIncludeArgs()
84 IsELF, enumerator
2485 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local2504 if (IsELF) { in addLinkOptionsPostorder()
790 case MCContext::IsELF: in AsmParser()
6365 ELF = (1 << MCContext::IsELF), in parsePrefix()6394 case MCContext::IsELF: in parsePrefix()