Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp55 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 DMCContext.cpp420 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h528 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 DTargetLoweringObjectFileImpl.cpp1151 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 Dcc1as_main.cpp499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp741 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3497 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3500 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()