Searched refs:TLOFMacho (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp506 const TargetLoweringObjectFileMachO &TLOFMacho = local
508 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
543 const TargetLoweringObjectFileMachO &TLOFMacho = local
547 const MCSection *LSPSection = TLOFMacho.getLazySymbolPointerSection();
639 const TargetLoweringObjectFileMachO &TLOFMacho = local
669 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp592 const TargetLoweringObjectFileMachO &TLOFMacho = local
595 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
596 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
597 OutStreamer.SwitchSection(TLOFMacho.getConstTextCoalSection());
632 const TargetLoweringObjectFileMachO &TLOFMacho = local
642 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());

Completed in 58 milliseconds