HomeSort by relevance Sort by last modified time
    Searched defs:IsDarwin (Results 1 - 5 of 5) 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 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin)
40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {}
47 bool isDarwin, MCContext &Ctx);
50 bool isDarwin, MCContext &Ctx) {
51 return create(VK_PPC_LO, Expr, isDarwin, Ctx);
55 bool isDarwin, MCContext &Ctx) {
56 return create(VK_PPC_HI, Expr, isDarwin, Ctx);
60 bool isDarwin, MCContext &Ctx)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 315 bool IsDarwin;
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 248 bool IsDarwin;
254 bool isDarwin() const { return IsDarwin; }
300 IsDarwin = TheTriple.isMacOSX();
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 175 bool IsDarwin;
510 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) {
525 IsDarwin = true;
    [all...]

Completed in 121 milliseconds