Home
last modified time | relevance | path

Searched refs:IsELF (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp151 bool IsELF = ModuleTriple.isOSBinFormatELF(); in runOnModule() local
152 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1064 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()
H A DMCContext.cpp95 Env = IsELF; in MCContext()
246 case MCContext::IsELF: in createSymbolImpl()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHexagon.cpp689 const bool IsELF = !getTriple().isMusl() && !getTriple().isOSLinux(); in AddClangSystemIncludeArgs() local
694 if (!IsELF) { in AddClangSystemIncludeArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h84 IsELF, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2614 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local
2633 if (IsELF) { in addLinkOptionsPostorder()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp793 case MCContext::IsELF: in AsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6366 ELF = (1 << MCContext::IsELF), in parsePrefix()
6395 case MCContext::IsELF: in parsePrefix()