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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 61 = Ctx->getMachOSection("__TEXT", "__text",
65 = Ctx->getMachOSection("__DATA", "__data", 0,
72 = Ctx->getMachOSection("__DATA", "__thread_data",
76 = Ctx->getMachOSection("__DATA", "__thread_bss",
82 = Ctx->getMachOSection("__DATA", "__thread_vars",
87 = Ctx->getMachOSection("__DATA", "__thread_init",
92 = Ctx->getMachOSection("__TEXT", "__cstring",
96 = Ctx->getMachOSection("__TEXT","__ustring", 0,
99 = Ctx->getMachOSection("__TEXT", "__literal4",
103 = Ctx->getMachOSection("__TEXT", "__literal8"
    [all...]
MCContext.cpp 207 getMachOSection(StringRef Segment, StringRef Section,
  /external/llvm/include/llvm/MC/
MCContext.h 251 /// getMachOSection - Return the MCSection for the specified mach-o section.
253 const MCSectionMachO *getMachOSection(StringRef Segment,
258 const MCSectionMachO *getMachOSection(StringRef Segment,
262 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 383 getStreamer().SwitchSection(getContext().getMachOSection(
584 getStreamer().SwitchSection(getContext().getMachOSection(
735 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
765 getStreamer().EmitZerofill(getContext().getMachOSection(
823 getStreamer().EmitZerofill(getContext().getMachOSection(
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 591 OutContext.getMachOSection("__IMPORT", "__jump_table",
617 OutContext.getMachOSection("__IMPORT", "__pointers",
632 OutContext.getMachOSection("__IMPORT", "__pointers",
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 495 getContext().getMachOSection(Segment, Section, TAA, StubSize,
536 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
539 // use the value returned by getMachOSection() as a default.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 448 OutContext.getMachOSection("__TEXT", "__symbol_stub4",
454 OutContext.getMachOSection("__TEXT", "__picsymbolstub4",
460 OutContext.getMachOSection("__TEXT", "__StaticInit",
    [all...]

Completed in 302 milliseconds