HomeSort by relevance Sort by last modified time
    Searched defs:isDarwinSyntax (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 30 bool isDarwinSyntax() const {
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 28 bool isDarwinSyntax() const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 74 /// isDarwinSyntax - True if expression is to be printed using Darwin syntax.
75 bool isDarwinSyntax() const { return IsDarwin; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 76 /// isDarwinSyntax - True if expression is to be printed using Darwin syntax.
77 bool isDarwinSyntax() const { return IsDarwin; }

Completed in 212 milliseconds