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

  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 24 bool IsDarwin;
27 const MCRegisterInfo &MRI, bool isDarwin)
28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {}
31 return IsDarwin;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 35 bool IsDarwin;
39 : Kind(_Kind), Expr(_Expr), IsDarwin(_IsDarwin) {}
46 bool isDarwin, MCContext &Ctx);
49 bool isDarwin, MCContext &Ctx) {
50 return Create(VK_PPC_LO, Expr, isDarwin, Ctx);
54 bool isDarwin, MCContext &Ctx) {
55 return Create(VK_PPC_HI, Expr, isDarwin, Ctx);
59 bool isDarwin, MCContext &Ctx) {
60 return Create(VK_PPC_HA, Expr, isDarwin, Ctx);
74 bool isDarwinSyntax() const { return IsDarwin; }
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 177 /// IsDarwin - is Darwin compatibility enabled?
178 bool IsDarwin;
484 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) {
502 IsDarwin = true;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 200 bool IsDarwin = Triple(A->getTargetTriple()).isOSDarwin();
202 if (IsDarwin)
210 if (IsDarwin)
    [all...]

Completed in 71 milliseconds