Searched refs:getMachOSection (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 55 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 75 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 99 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 104 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 111 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() 115 = Ctx->getMachOSection("__TEXT", "__literal8", in initMachOMCObjectFileInfo() 125 = Ctx->getMachOSection("__TEXT", "__const", 0, in initMachOMCObjectFileInfo() 137 = Ctx->getMachOSection("__DATA", "__const", 0, in initMachOMCObjectFileInfo() 150 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 161 = Ctx->getMachOSection("__DATA","__common", in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 420 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 483 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch() 722 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection() 873 getContext().getMachOSection("__DATA", "__thread_bss", in parseDirectiveTBSS() 904 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 962 getStreamer().emitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 528 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 533 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 536 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1151 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 1153 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 1156 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 1159 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1204 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1250 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 741 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3497 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3500 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
|