Searched refs:IsELF (Results 1 – 9 of 9) sorted by relevance
158 bool IsELF = ModuleTriple.isOSBinFormatELF(); in runImpl() local159 assert((IsELF || IsMSVC) && "Unsupported triple for JMC"); in runImpl()161 const char *const FlagSymbolSection = IsELF ? ".data.just.my.code" : ".msvcjmc"; in runImpl()193 if (IsELF) { in runImpl()
77 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
1035 case MCContext::IsELF: in initMCObjectFileInfo()1081 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection()1100 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()1120 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection()1139 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPseudoProbeSection()1157 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()1185 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
96 Env = IsELF; in MCContext()272 case MCContext::IsELF: in createSymbolImpl()
710 const bool IsELF = !getTriple().isMusl() && !getTriple().isOSLinux(); in AddClangSystemIncludeArgs() local 715 if (!IsELF) { in AddClangSystemIncludeArgs()
91 IsELF, enumerator
3040 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local3059 if (IsELF) { in addLinkOptionsPostorder()
796 case MCContext::IsELF: in AsmParser()
6464 ELF = (1 << MCContext::IsELF), in parsePrefix()6497 case MCContext::IsELF: in parsePrefix()