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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 448 const TargetLoweringObjectFileMachO &TLOFMacho =
450 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
485 const TargetLoweringObjectFileMachO &TLOFMacho =
489 const MCSection *LSPSection = TLOFMacho.getLazySymbolPointerSection();
581 const TargetLoweringObjectFileMachO &TLOFMacho =
611 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 547 const TargetLoweringObjectFileMachO &TLOFMacho =
550 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
551 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
552 OutStreamer.SwitchSection(TLOFMacho.getConstTextCoalSection());
589 const TargetLoweringObjectFileMachO &TLOFMacho =
599 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 496 const TargetLoweringObjectFileMachO &TLOFMacho =
506 OutStreamer->SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
519 OutStreamer->SwitchSection(TLOFMacho.getThreadLocalPointerSection());
    [all...]

Completed in 187 milliseconds