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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 190 /// MCInstPrinterCtorFn - Construction function for this target's
192 MCInstPrinterCtorTy MCInstPrinterCtorFn;
247 bool hasMCInstPrinter() const { return MCInstPrinterCtorFn != 0; }
387 if (!MCInstPrinterCtorFn)
389 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, STI);
716 if (!T.MCInstPrinterCtorFn)
717 T.MCInstPrinterCtorFn = Fn;
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 217 /// MCInstPrinterCtorFn - Construction function for this target's
219 MCInstPrinterCtorTy MCInstPrinterCtorFn;
407 if (!MCInstPrinterCtorFn)
409 return MCInstPrinterCtorFn(T, SyntaxVariant, MAI, MII, MRI);
769 T.MCInstPrinterCtorFn = Fn;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 255 /// MCInstPrinterCtorFn - Construction function for this target's
257 MCInstPrinterCtorTy MCInstPrinterCtorFn;
443 if (!MCInstPrinterCtorFn)
445 return MCInstPrinterCtorFn(T, SyntaxVariant, MAI, MII, MRI);
    [all...]

Completed in 79 milliseconds