HomeSort by relevance Sort by last modified time
    Searched defs:SymA (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCValue.h 38 const MCSymbolRefExpr *SymA, *SymB;
43 const MCSymbolRefExpr *getSymA() const { return SymA; }
47 bool isAbsolute() const { return !SymA && !SymB; }
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
60 R.SymA = SymA;
68 R.SymA = 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
47 const MCSymbolRefExpr *getSymA() const { return SymA; }
52 bool isAbsolute() const { return !SymA && !SymB; }
62 static MCValue get(const MCSymbolRefExpr *SymA,
67 R.SymA = SymA;
76 R.SymA = nullptr;
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 208 const MCSymbol &SymA = SymAExpr->getSymbol();
209 if (!Res.getSymB() && (SymA.getName() == "" || Res.getConstant() != 0))
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 656 const MCSymbolRefExpr *SymA = Target.getSymA();
659 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 663 milliseconds