/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 54 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 77 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 81 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo() 87 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo() 91 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo() 97 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo() 101 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 106 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 110 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo() 113 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() [all …]
|
D | MCContext.cpp | 273 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-7.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 478 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch() 720 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection() 869 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS() 901 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 959 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 381 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 386 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 389 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 675 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 677 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 680 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 683 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 723 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 763 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 645 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile()
|
/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-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1561 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile() 1567 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3003 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable() 3005 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0, in emitXRayTable()
|