/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 53 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 …]
|
D | MCContext.cpp | 286 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 52 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 …]
|
D | MCContext.cpp | 267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 53 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 …]
|
D | MCContext.cpp | 363 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 402 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/ |
D | MCContext.h | 330 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/ |
D | DarwinAsmParser.cpp | 482 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/ |
D | DarwinAsmParser.cpp | 482 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/ |
D | MCContext.h | 463 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/ |
D | MCContext.h | 412 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/ |
D | TargetLoweringObjectFileImpl.cpp | 864 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1069 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/ |
D | TargetLoweringObjectFileImpl.cpp | 525 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags() 566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
/external/llvm-project/clang/tools/driver/ |
D | cc1as_main.cpp | 492 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 689 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 736 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1328 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/ |
D | AsmPrinter.cpp | 3182 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/ |
D | AsmPrinter.cpp | 3357 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3360 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
|