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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 73 /// isDarwinSyntax - True if expression is to be printed using Darwin syntax.
74 bool isDarwinSyntax() const { return IsDarwin; }
PPCMCExpr.cpp 27 if (isDarwinSyntax()) {
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 30 bool isDarwinSyntax() const {
PPCInstPrinter.cpp 343 if (!isDarwinSyntax())

Completed in 1536 milliseconds