Searched refs:getMachOSection (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 54 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 D | MCContext.cpp | 414 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 525 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 D | TargetLoweringObjectFileImpl.cpp | 1130 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 D | cc1as_main.cpp | 499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 742 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3472 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3475 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
|