HomeSort by relevance Sort by last modified time
    Searched refs:getMachOSection (Results 1 - 11 of 11) 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...]
MCMachOStreamer.cpp 103 SwitchSection(getContext().getMachOSection(
335 return EmitZerofill(getContext().getMachOSection("__DATA", "__bss",
MCPureStreamer.cpp 117 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCContext.cpp 206 getMachOSection(StringRef Segment, StringRef Section,
MCAsmStreamer.cpp 136 SwitchSection(getContext().getMachOSection(
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 234 /// getMachOSection - Return the MCSection for the specified mach-o section.
236 const MCSectionMachO *getMachOSection(StringRef Segment,
241 const MCSectionMachO *getMachOSection(StringRef Segment,
245 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 370 getStreamer().SwitchSection(getContext().getMachOSection(
538 getStreamer().SwitchSection(getContext().getMachOSection(
688 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
718 getStreamer().EmitZerofill(getContext().getMachOSection(
776 getStreamer().EmitZerofill(getContext().getMachOSection(
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 474 getContext().getMachOSection(Segment, Section, TAA, StubSize,
503 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
506 // use the value returned by getMachOSection() as a default.
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 536 OutContext.getMachOSection("__IMPORT", "__jump_table",
562 OutContext.getMachOSection("__IMPORT", "__pointers",
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 612 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
618 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
624 OutContext.getMachOSection("__TEXT", "__StaticInit",
    [all...]

Completed in 856 milliseconds