Searched refs:getMachOSection (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 54 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 73 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 97 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 102 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 106 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo() 109 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() 113 = Ctx->getMachOSection("__TEXT", "__literal8", in initMachOMCObjectFileInfo() 123 = Ctx->getMachOSection("__TEXT", "__const", 0, in initMachOMCObjectFileInfo() 135 = Ctx->getMachOSection("__DATA", "__const", 0, in initMachOMCObjectFileInfo() 148 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 273 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 483 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch() 725 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection() 874 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS() 906 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 964 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 377 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 382 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 385 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 838 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 840 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 843 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 846 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 892 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 932 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 656 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 469 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1547 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile() 1553 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3095 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3097 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0, in emitXRayTable()
|