Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp66 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
93 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
97 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
103 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo()
107 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo()
113 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo()
117 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
122 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
126 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
129 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
[all …]
H A DMCMachOStreamer.cpp519 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
H A DMCContext.cpp489 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
H A DMachObjectWriter.cpp796 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h539 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
544 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
547 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1201 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
1203 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
1206 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1209 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
1265 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1320 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
1428 return getContext().getMachOSection("__TEXT", "__command_line", 0, in getSectionForCommandLines()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp582 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp966 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4228 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", in emitXRayTable()
4232 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", in emitXRayTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp891 OutContext.getMachOSection("__DATA", "__auth_ptr", MachO::S_REGULAR, in emitEndOfAsmFile()