Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp58 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 DMCMachOStreamer.cpp556 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
H A DMCContext.cpp435 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
H A DMachObjectWriter.cpp780 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp483 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 DMCContext.h551 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 DTargetLoweringObjectFileImpl.cpp1198 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 Dcc1as_main.cpp546 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp874 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3959 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3962 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()