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

  /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/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/MC/MCParser/
AsmParser.cpp 178 bool IsDarwin;
496 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) {
513 IsDarwin = true;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 191 bool IsDarwin = Triple(A->getTargetTriple()).isOSDarwin();
194 HasDwarfAccelTables = IsDarwin;
204 HasDwarfPubSections = !IsDarwin;
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 219 bool IsDarwin;
228 bool isDarwin() const { return IsDarwin; }
273 IsDarwin = TheTriple.isMacOSX();
    [all...]

Completed in 568 milliseconds