/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 35 = Ctx->getMachOSection("__TEXT", "__text", in InitMachOMCObjectFileInfo() 39 = Ctx->getMachOSection("__DATA", "__data", 0, in InitMachOMCObjectFileInfo() 43 = Ctx->getMachOSection("__DATA", "__thread_data", in InitMachOMCObjectFileInfo() 47 = Ctx->getMachOSection("__DATA", "__thread_bss", in InitMachOMCObjectFileInfo() 53 = Ctx->getMachOSection("__DATA", "__thread_vars", in InitMachOMCObjectFileInfo() 58 = Ctx->getMachOSection("__DATA", "__thread_init", in InitMachOMCObjectFileInfo() 63 = Ctx->getMachOSection("__TEXT", "__cstring", in InitMachOMCObjectFileInfo() 67 = Ctx->getMachOSection("__TEXT","__ustring", 0, in InitMachOMCObjectFileInfo() 70 = Ctx->getMachOSection("__TEXT", "__literal4", in InitMachOMCObjectFileInfo() 74 = Ctx->getMachOSection("__TEXT", "__literal8", in InitMachOMCObjectFileInfo() [all …]
|
D | MCPureStreamer.cpp | 108 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
|
D | MCContext.cpp | 156 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
D | MCMachOStreamer.cpp | 100 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
|
/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/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCContext.h | 171 const MCSectionMachO *getMachOSection(StringRef Segment, 176 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection() function 180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 306 getStreamer().SwitchSection(getContext().getMachOSection( in ParseSectionSwitch() 447 getStreamer().SwitchSection(getContext().getMachOSection( in ParseDirectiveSection() 566 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in ParseDirectiveTBSS() 596 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill() 654 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
|
D | AsmParser.cpp | 521 Out.SwitchSection(Ctx.getMachOSection( in CheckForValidSection() 2123 getStreamer().EmitZerofill(Ctx.getMachOSection( in ParseDirectiveComm()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 453 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile() 459 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile() 494 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitFunctionStubs() 541 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitFunctionStubs()
|
/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/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 494 OutContext.getMachOSection("__IMPORT", "__jump_table", in EmitEndOfAsmFile() 520 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
|
/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/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 555 OutContext.getMachOSection("__TEXT", "__symbol_stub4", in EmitStartOfAsmFile() 561 OutContext.getMachOSection("__TEXT", "__picsymbolstub4", in EmitStartOfAsmFile() 567 OutContext.getMachOSection("__TEXT", "__StaticInit", in EmitStartOfAsmFile()
|
/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()
|