Searched refs:getMachOSection (Results 1 – 7 of 7) sorted by relevance
/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 | 270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 308 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 313 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 316 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 393 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch() 616 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection() 765 getStreamer().EmitTBSSSymbol(getContext().getMachOSection( in parseDirectiveTBSS() 795 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill() 853 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 599 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() 624 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() 638 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1287 OutContext.getMachOSection("__TEXT", "__picsymbolstub1", in EmitStartOfAsmFile() 1293 OutContext.getMachOSection("__TEXT","__symbol_stub1", in EmitStartOfAsmFile() 1335 MCSection *StubSection = OutContext.getMachOSection( in EmitFunctionStubs() 1402 MCSection *StubSection = OutContext.getMachOSection( in EmitFunctionStubs()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 502 MCSectionMachO *S = getContext().getMachOSection( in emitModuleFlags() 543 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
|