Searched refs:getMachOSection (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 60 = Ctx->getMachOSection("__TEXT", "__text", in InitMachOMCObjectFileInfo() 64 = Ctx->getMachOSection("__DATA", "__data", 0, in InitMachOMCObjectFileInfo() 71 = Ctx->getMachOSection("__DATA", "__thread_data", in InitMachOMCObjectFileInfo() 75 = Ctx->getMachOSection("__DATA", "__thread_bss", in InitMachOMCObjectFileInfo() 81 = Ctx->getMachOSection("__DATA", "__thread_vars", in InitMachOMCObjectFileInfo() 86 = Ctx->getMachOSection("__DATA", "__thread_init", in InitMachOMCObjectFileInfo() 91 = Ctx->getMachOSection("__TEXT", "__cstring", in InitMachOMCObjectFileInfo() 95 = Ctx->getMachOSection("__TEXT","__ustring", 0, in InitMachOMCObjectFileInfo() 98 = Ctx->getMachOSection("__TEXT", "__literal4", in InitMachOMCObjectFileInfo() 102 = Ctx->getMachOSection("__TEXT", "__literal8", in InitMachOMCObjectFileInfo() [all …]
|
D | MCContext.cpp | 237 MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 383 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/include/llvm/MC/ |
D | MCContext.h | 292 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 297 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 301 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 619 OutContext.getMachOSection("__IMPORT", "__jump_table", in EmitEndOfAsmFile() 645 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile() 660 OutContext.getMachOSection("__IMPORT", "__pointers", in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1245 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile() 1251 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile() 1293 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitFunctionStubs() 1361 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitFunctionStubs()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 524 getContext().getMachOSection(Segment, Section, TAA, StubSize, in emitModuleFlags() 565 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|