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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h75 /// isDarwinSyntax - True if expression is to be printed using Darwin syntax.
76 bool isDarwinSyntax() const { return IsDarwin; } function in class:llvm::PPCMCExpr
H A DPPCMCExpr.cpp27 if (isDarwinSyntax()) {

Completed in 53 milliseconds