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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 182 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
184 AsmPrinterCtorTy AsmPrinterCtorFn;
241 bool hasAsmPrinter() const { return AsmPrinterCtorFn != 0; }
373 if (!AsmPrinterCtorFn)
375 return AsmPrinterCtorFn(TM, Streamer);
686 if (!T.AsmPrinterCtorFn)
687 T.AsmPrinterCtorFn = Fn;
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 209 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
211 AsmPrinterCtorTy AsmPrinterCtorFn;
391 if (!AsmPrinterCtorFn)
393 return AsmPrinterCtorFn(TM, std::move(Streamer));
742 T.AsmPrinterCtorFn = Fn;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 247 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter,
249 AsmPrinterCtorTy AsmPrinterCtorFn;
427 if (!AsmPrinterCtorFn)
429 return AsmPrinterCtorFn(TM, std::move(Streamer));
    [all...]

Completed in 87 milliseconds