Home
last modified time | relevance | path

Searched refs:getMachOSection (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp58 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 DMCMachOStreamer.cpp557 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
H A DMCContext.cpp441 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
H A DMachObjectWriter.cpp779 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp483 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 DInstrumentationRuntimeLibrary.cpp78 : 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 DMCContext.h552 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 DTargetLoweringObjectFileImpl.cpp1164 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 Dcc1as_main.cpp520 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp782 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h866 return Ctx->getMachOSection("__TEXT", SectionName, in getCodeSection()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3777 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3780 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()