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 156 getMachOSection(StringRef Segment, StringRef Section,
MCPureStreamer.cpp 109 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCMachOStreamer.cpp 100 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCAsmStreamer.cpp 130 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 169 /// getMachOSection - Return the MCSection for the specified mach-o section.
171 const MCSectionMachO *getMachOSection(StringRef Segment,
176 const MCSectionMachO *getMachOSection(StringRef Segment,
180 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 524 Out.SwitchSection(Ctx.getMachOSection(
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 460 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
466 OutContext.getMachOSection("__TEXT","__symbol_stub1",
501 OutContext.getMachOSection("__TEXT", "__picsymbolstub1",
548 OutContext.getMachOSection("__TEXT","__symbol_stub1",
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 494 OutContext.getMachOSection("__IMPORT", "__jump_table",
520 OutContext.getMachOSection("__IMPORT", "__pointers",
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
373 // use the value returned by getMachOSection() as a default.
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 555 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
561 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
567 OutContext.getMachOSection("__TEXT", "__StaticInit",
    [all...]

Completed in 163 milliseconds