Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp61 = Ctx->getMachOSection("__TEXT", "__text", in InitMachOMCObjectFileInfo()
65 = Ctx->getMachOSection("__DATA", "__data", 0, in InitMachOMCObjectFileInfo()
72 = Ctx->getMachOSection("__DATA", "__thread_data", in InitMachOMCObjectFileInfo()
76 = Ctx->getMachOSection("__DATA", "__thread_bss", in InitMachOMCObjectFileInfo()
82 = Ctx->getMachOSection("__DATA", "__thread_vars", in InitMachOMCObjectFileInfo()
87 = Ctx->getMachOSection("__DATA", "__thread_init", in InitMachOMCObjectFileInfo()
92 = Ctx->getMachOSection("__TEXT", "__cstring", in InitMachOMCObjectFileInfo()
96 = Ctx->getMachOSection("__TEXT","__ustring", 0, in InitMachOMCObjectFileInfo()
99 = Ctx->getMachOSection("__TEXT", "__literal4", in InitMachOMCObjectFileInfo()
103 = Ctx->getMachOSection("__TEXT", "__literal8", in InitMachOMCObjectFileInfo()
[all …]
DMCContext.cpp207 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
/external/llvm/include/llvm/MC/
DMCContext.h253 const MCSectionMachO *getMachOSection(StringRef Segment,
258 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection() function
262 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); in getMachOSection()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp383 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch()
584 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection()
735 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS()
765 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
823 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp591 OutContext.getMachOSection("__IMPORT", "__jump_table", in EmitEndOfAsmFile()
617 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
632 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp862 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile()
868 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile()
901 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitFunctionStubs()
969 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitFunctionStubs()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp495 getContext().getMachOSection(Segment, Section, TAA, StubSize, in emitModuleFlags()
536 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp448 OutContext.getMachOSection("__TEXT", "__symbol_stub4", in EmitStartOfAsmFile()
454 OutContext.getMachOSection("__TEXT", "__picsymbolstub4", in EmitStartOfAsmFile()
460 OutContext.getMachOSection("__TEXT", "__StaticInit", in EmitStartOfAsmFile()