Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp53 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
73 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
77 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
83 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo()
87 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo()
93 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo()
97 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
102 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
106 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
109 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
[all …]
DMCContext.cpp286 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp52 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
75 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
79 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
85 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo()
89 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo()
95 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo()
99 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
104 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
108 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
111 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
[all …]
DMCContext.cpp267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp53 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
73 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo()
77 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo()
83 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo()
87 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo()
93 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo()
97 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
102 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo()
106 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo()
109 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo()
[all …]
DMCContext.cpp363 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp402 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
646 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
795 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS()
825 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
883 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm/include/llvm/MC/
DMCContext.h330 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
335 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
338 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp482 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
724 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
873 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS()
905 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
963 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp482 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
724 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
874 getContext().getMachOSection("__DATA", "__thread_bss", in parseDirectiveTBSS()
905 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
963 getStreamer().emitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h463 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
468 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
471 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h412 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
417 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
420 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp864 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
866 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
869 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
872 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
918 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
958 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1069 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
1071 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
1074 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1077 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
1123 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1163 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp525 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags()
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp492 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp689 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/external/llvm-project/llvm/lib/Target/X86/
DX86AsmPrinter.cpp736 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1328 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile()
1334 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3182 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3184 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0, in emitXRayTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3357 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3360 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()