Searched refs:IsELF (Results 1 – 7 of 7) sorted by relevance
76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
995 case MCContext::IsELF: in initMCObjectFileInfo()1030 if (Ctx->getObjectFileType() != MCContext::IsELF) in getStackSizesSection()1048 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()1068 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()1084 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
93 Env = IsELF; in MCContext()232 case MCContext::IsELF: in createSymbolImpl()
77 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF }; enumerator
2262 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local2282 if (IsELF) { in addLinkOptionsPostorder()
779 case MCContext::IsELF: in AsmParser()
6334 ELF = (1 << MCContext::IsELF), in parsePrefix()6363 case MCContext::IsELF: in parsePrefix()