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

  /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; }
PPCMCExpr.cpp 28 if (isDarwinSyntax()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 30 bool isDarwinSyntax() const {
PPCInstPrinter.cpp 252 if (!isDarwinSyntax())
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 28 bool isDarwinSyntax() const {
PPCInstPrinter.cpp 438 if (!isDarwinSyntax())

Completed in 1097 milliseconds