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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp53 EHFrameSection = Ctx->getMachOSection(
73 = Ctx->getMachOSection("__TEXT", "__text",
77 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData());
83 = Ctx->getMachOSection("__DATA", "__thread_data",
87 = Ctx->getMachOSection("__DATA", "__thread_bss",
93 = Ctx->getMachOSection("__DATA", "__thread_vars",
97 TLSThreadInitSection = Ctx->getMachOSection(
102 = Ctx->getMachOSection("__TEXT", "__cstring",
106 = Ctx->getMachOSection("__TEXT","__ustring", 0,
109 = Ctx->getMachOSection("__TEX
[all...]
H A DMCContext.cpp286 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, function in class:MCContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp482 getStreamer().SwitchSection(getContext().getMachOSection(
724 getStreamer().SwitchSection(getContext().getMachOSection(
873 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
905 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0,
963 getStreamer().EmitZerofill(getContext().getMachOSection(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h412 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
417 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, function
420 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp864 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0,
866 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0,
869 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func",
872 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func",
918 MCSectionMachO *S = getContext().getMachOSection(
958 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
961 // use the value returned by getMachOSection() as a default.
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp490 MCSection *AsmLabel = Ctx.getMachOSection(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp733 OutStreamer.SwitchSection(MMI->getContext().getMachOSection(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3182 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0,
3184 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0,

Completed in 188 milliseconds