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 864 const TargetLoweringObjectFileMachO &TLOFMacho =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 599 const TargetLoweringObjectFileMachO &TLOFMacho =
607 TextSections.insert(TLOFMacho.getTextSection());
611 TextSections.insert(TLOFMacho.SectionForGlobal(F, Mang, TM));
613 TextSections.insert(TLOFMacho.getTextCoalSection());
614 TextSections.insert(TLOFMacho.getConstTextCoalSection());
654 const TargetLoweringObjectFileMachO &TLOFMacho =
664 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
    [all...]

Completed in 63 milliseconds