Searched refs:getMachOSection (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 66 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 93 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 117 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 122 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 129 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() 133 = Ctx->getMachOSection("__TEXT", "__literal8", in initMachOMCObjectFileInfo() 143 = Ctx->getMachOSection("__TEXT", "__const", 0, in initMachOMCObjectFileInfo() 155 = Ctx->getMachOSection("__DATA", "__const", 0, in initMachOMCObjectFileInfo() 168 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 179 = Ctx->getMachOSection("__DATA","__common", in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCMachOStreamer.cpp | 553 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
|
| H A D | MCContext.cpp | 437 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| H A D | MachObjectWriter.cpp | 768 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
|
| /freebsd-14.2/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() 872 getContext().getMachOSection("__DATA", "__thread_bss", in parseDirectiveTBSS() 903 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 962 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 553 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 558 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 561 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1198 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 1200 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 1203 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 1206 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1262 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1322 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal() 1430 return getContext().getMachOSection("__TEXT", "__command_line", 0, in getSectionForCommandLines()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 555 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 967 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4194 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", in emitXRayTable() 4198 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", in emitXRayTable()
|