Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp54 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
73 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
97 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
102 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
106 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
109 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
113 = Ctx->getMachOSection("__TEXT", "__literal8", in initMachOMCObjectFileInfo()
123 = Ctx->getMachOSection("__TEXT", "__const", 0, in initMachOMCObjectFileInfo()
135 = Ctx->getMachOSection("__DATA", "__const", 0, in initMachOMCObjectFileInfo()
148 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
[all …]
H A DMCContext.cpp273 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp483 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
725 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
874 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS()
906 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
964 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h377 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
382 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
385 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp838 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
840 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
843 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
846 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
892 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
932 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp656 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp469 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1547 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile()
1553 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3095 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3097 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0, in emitXRayTable()