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

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 60 = Ctx->getMachOSection("__TEXT", "__text",
64 = Ctx->getMachOSection("__DATA", "__data", 0,
71 = Ctx->getMachOSection("__DATA", "__thread_data",
75 = Ctx->getMachOSection("__DATA", "__thread_bss",
81 = Ctx->getMachOSection("__DATA", "__thread_vars",
86 = Ctx->getMachOSection("__DATA", "__thread_init",
91 = Ctx->getMachOSection("__TEXT", "__cstring",
95 = Ctx->getMachOSection("__TEXT","__ustring", 0,
98 = Ctx->getMachOSection("__TEXT", "__literal4",
102 = Ctx->getMachOSection("__TEXT", "__literal8"
    [all...]
MCContext.cpp 237 MCContext::getMachOSection(StringRef Segment, StringRef Section,
  /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/include/llvm/MC/
MCContext.h 292 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
297 const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
301 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 619 OutContext.getMachOSection("__IMPORT", "__jump_table",
645 OutContext.getMachOSection("__IMPORT", "__pointers",
660 OutContext.getMachOSection("__IMPORT", "__pointers",
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 524 getContext().getMachOSection(Segment, Section, TAA, StubSize,
565 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
568 // use the value returned by getMachOSection() as a default.
    [all...]

Completed in 266 milliseconds