Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp35 = 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 …]
DMCPureStreamer.cpp108 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
DMCContext.cpp156 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
DMCMachOStreamer.cpp100 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp54 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 …]
DMCContext.cpp273 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h171 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/
DDarwinAsmParser.cpp306 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()
DAsmParser.cpp521 Out.SwitchSection(Ctx.getMachOSection( in CheckForValidSection()
2123 getStreamer().EmitZerofill(Ctx.getMachOSection( in ParseDirectiveComm()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp453 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/
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-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp478 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/
DMCContext.h381 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/
DTargetLoweringObjectFileImpl.cpp675 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/
DX86AsmPrinter.cpp494 OutContext.getMachOSection("__IMPORT", "__jump_table", in EmitEndOfAsmFile()
520 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp525 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags()
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp555 OutContext.getMachOSection("__TEXT", "__symbol_stub4", in EmitStartOfAsmFile()
561 OutContext.getMachOSection("__TEXT", "__picsymbolstub4", in EmitStartOfAsmFile()
567 OutContext.getMachOSection("__TEXT", "__StaticInit", in EmitStartOfAsmFile()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp645 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-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1561 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile()
1567 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()

12