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

  /external/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/ARM/
ARMAsmPrinter.cpp 468 const TargetLoweringObjectFileMachO &TLOFMacho =
471 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
472 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
473 OutStreamer.SwitchSection(TLOFMacho.getConstTextCoalSection());
510 const TargetLoweringObjectFileMachO &TLOFMacho =
520 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
    [all...]

Completed in 47 milliseconds