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 ? ".data.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()
1064 case MCContext::IsELF: in initMCObjectFileInfo()1110 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection()1129 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()1149 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection()1168 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()1184 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()1212 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
95 Env = IsELF; in MCContext()246 case MCContext::IsELF: in createSymbolImpl()
689 const bool IsELF = !getTriple().isMusl() && !getTriple().isOSLinux(); in AddClangSystemIncludeArgs() local694 if (!IsELF) { in AddClangSystemIncludeArgs()
84 IsELF, enumerator
2614 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local2633 if (IsELF) { in addLinkOptionsPostorder()
793 case MCContext::IsELF: in AsmParser()
6366 ELF = (1 << MCContext::IsELF), in parsePrefix()6395 case MCContext::IsELF: in parsePrefix()