| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 58 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 88 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 112 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 117 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 124 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() 128 = Ctx->getMachOSection("__TEXT", "__literal8", in initMachOMCObjectFileInfo() 138 = Ctx->getMachOSection("__TEXT", "__const", 0, in initMachOMCObjectFileInfo() 150 = Ctx->getMachOSection("__DATA", "__const", 0, in initMachOMCObjectFileInfo() 163 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 174 = Ctx->getMachOSection("__DATA","__common", in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCMachOStreamer.cpp | 557 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
|
| H A D | MCContext.cpp | 441 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| H A D | MachObjectWriter.cpp | 779 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | InstrumentationRuntimeLibrary.cpp | 78 : static_cast<MCSection *>(BC.Ctx->getMachOSection( in emitBinary() 185 MCSection *TablesSection = BC.Ctx->getMachOSection( in emitBinary()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 552 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 557 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 560 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1164 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 1166 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 1169 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 1172 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1227 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1273 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 520 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 782 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 866 return Ctx->getMachOSection("__TEXT", SectionName, in getCodeSection()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3777 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3780 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
|