Searched refs:isDarwinSyntax (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h74 /// isDarwinSyntax - True if expression is to be printed using Darwin syntax.
75 bool isDarwinSyntax() const { return IsDarwin; } function in class:llvm::PPCMCExpr
H A DPPCMCExpr.cpp28 if (isDarwinSyntax()) {
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h28 bool isDarwinSyntax() const { function in class:llvm::PPCInstPrinter
H A DPPCInstPrinter.cpp435 if (!isDarwinSyntax())

Completed in 103 milliseconds