Home
last modified time | relevance | path

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

/external/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 …]
DMCMachOStreamer.cpp100 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
329 return EmitZerofill(getContext().getMachOSection("__DATA", "__bss", in EmitLocalCommonSymbol()
DMCPureStreamer.cpp108 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
DMCContext.cpp161 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
DMCAsmStreamer.cpp132 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
/external/llvm/include/llvm/MC/
DMCContext.h202 const MCSectionMachO *getMachOSection(StringRef Segment,
207 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection() function
211 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp318 getStreamer().SwitchSection(getContext().getMachOSection( in ParseSectionSwitch()
459 getStreamer().SwitchSection(getContext().getMachOSection( in ParseDirectiveSection()
609 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in ParseDirectiveTBSS()
639 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
697 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
DAsmParser.cpp603 Out.SwitchSection(Ctx.getMachOSection( in CheckForValidSection()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp511 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile()
517 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
552 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitFunctionStubs()
599 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitFunctionStubs()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp526 OutContext.getMachOSection("__IMPORT", "__jump_table", in EmitEndOfAsmFile()
552 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp455 getContext().getMachOSection(Segment, Section, TAA, StubSize, in emitModuleFlags()
484 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp600 OutContext.getMachOSection("__TEXT", "__symbol_stub4", in EmitStartOfAsmFile()
606 OutContext.getMachOSection("__TEXT", "__picsymbolstub4", in EmitStartOfAsmFile()
612 OutContext.getMachOSection("__TEXT", "__StaticInit", in EmitStartOfAsmFile()