Searched refs:getMachOSection (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 58 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 84 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 88 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo() 94 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo() 98 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo() 104 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo() 108 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 113 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 117 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo() 120 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCMachOStreamer.cpp | 556 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
|
| H A D | MCContext.cpp | 435 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| H A D | MachObjectWriter.cpp | 780 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 483 getStreamer().switchSection(getContext().getMachOSection( in parseSectionSwitch() 722 getStreamer().switchSection(getContext().getMachOSection( in parseDirectiveSection() 872 getContext().getMachOSection("__DATA", "__thread_bss", in parseDirectiveTBSS() 903 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 962 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 551 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 556 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 559 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1198 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 1200 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 1203 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 1206 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1261 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1307 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 546 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 874 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3959 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3962 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
|