Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp54 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
74 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
78 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
84 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo()
88 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo()
94 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo()
98 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
103 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
107 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
110 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
[all …]
H A DMCContext.cpp414 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h525 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
530 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
533 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1130 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
1132 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
1135 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1138 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
1183 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1229 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp742 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3472 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3475 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()