HomeSort by relevance Sort by last modified time
    Searched refs:getMachOSection (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 35 = Ctx->getMachOSection("__TEXT", "__text",
39 = Ctx->getMachOSection("__DATA", "__data", 0,
43 = Ctx->getMachOSection("__DATA", "__thread_data",
47 = Ctx->getMachOSection("__DATA", "__thread_bss",
53 = Ctx->getMachOSection("__DATA", "__thread_vars",
58 = Ctx->getMachOSection("__DATA", "__thread_init",
63 = Ctx->getMachOSection("__TEXT", "__cstring",
67 = Ctx->getMachOSection("__TEXT","__ustring", 0,
70 = Ctx->getMachOSection("__TEXT", "__literal4",
74 = Ctx->getMachOSection("__TEXT", "__literal8"
    [all...]
MCContext.cpp 161 getMachOSection(StringRef Segment, StringRef Section,
MCPureStreamer.cpp 108 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCMachOStreamer.cpp 100 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCAsmStreamer.cpp 132 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 196 /// getMachOSection - Return the MCSection for the specified mach-o section.
198 const MCSectionMachO *getMachOSection(StringRef Segment,
203 const MCSectionMachO *getMachOSection(StringRef Segment,
207 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 306 getStreamer().SwitchSection(getContext().getMachOSection(
447 getStreamer().SwitchSection(getContext().getMachOSection(
566 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
596 getStreamer().EmitZerofill(getContext().getMachOSection(
654 getStreamer().EmitZerofill(getContext().getMachOSection(
AsmParser.cpp 576 Out.SwitchSection(Ctx.getMachOSection(
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 477 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
483 OutContext.getMachOSection("__TEXT","__symbol_stub1",
518 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
565 OutContext.getMachOSection("__TEXT","__symbol_stub1",
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 421 getContext().getMachOSection(Segment, Section, TAA, StubSize,
450 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
453 // use the value returned by getMachOSection() as a default.
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 518 OutContext.getMachOSection("__IMPORT", "__jump_table",
544 OutContext.getMachOSection("__IMPORT", "__pointers",
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 574 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
580 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
586 OutContext.getMachOSection("__TEXT", "__StaticInit",
    [all...]

Completed in 43 milliseconds