HomeSort by relevance Sort by last modified time
    Searched defs:SymbolRef (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 95 typedef const SymExpr *SymbolRef;
96 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 95 typedef const SymExpr *SymbolRef;
96 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 95 typedef const SymExpr *SymbolRef;
96 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 101 typedef const SymExpr *SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
  /external/llvm/include/llvm/Object/
ObjectFile.h 33 class SymbolRef;
70 friend class SymbolRef;
100 bool containsSymbol(SymbolRef S) const;
115 class SymbolRef : public BasicSymbolRef {
119 SymbolRef() : BasicSymbolRef() {}
130 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
131 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
147 Expected<SymbolRef::Type> getType() const;
158 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
160 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 81 /// SymbolRef - This is a value type class that represents a single symbol in
83 class SymbolRef {
89 SymbolRef() : OwningObject(NULL) {
100 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
102 bool operator==(const SymbolRef &Other) const;
104 error_code getNext(SymbolRef &Result) const;
110 error_code getSymbolType(SymbolRef::SymbolType &Result) const;
126 typedef content_iterator<SymbolRef> symbol_iterator;
146 error_code getSymbol(SymbolRef &Result) const;
166 friend class SymbolRef;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ObjectFile.h 44 class SymbolRef;
82 friend class SymbolRef;
113 bool containsSymbol(SymbolRef S) const;
128 class SymbolRef : public BasicSymbolRef {
141 SymbolRef() = default;
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
143 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
159 Expected<SymbolRef::Type> getType() const;
170 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
172 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ObjectFile.h 44 class SymbolRef;
82 friend class SymbolRef;
113 bool containsSymbol(SymbolRef S) const;
128 class SymbolRef : public BasicSymbolRef {
141 SymbolRef() = default;
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
143 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
159 Expected<SymbolRef::Type> getType() const;
170 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
172 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ObjectFile.h 44 class SymbolRef;
82 friend class SymbolRef;
113 bool containsSymbol(SymbolRef S) const;
128 class SymbolRef : public BasicSymbolRef {
141 SymbolRef() = default;
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
143 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
159 Expected<SymbolRef::Type> getType() const;
170 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
172 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ObjectFile.h 44 class SymbolRef;
82 friend class SymbolRef;
113 bool containsSymbol(SymbolRef S) const;
128 class SymbolRef : public BasicSymbolRef {
141 SymbolRef() = default;
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
143 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
159 Expected<SymbolRef::Type> getType() const;
170 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
172 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 39 SymbolRef, ///< References to labels and assigned expressions.
325 return E->getKind() == MCExpr::SymbolRef;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 40 SymbolRef, ///< References to labels and assigned expressions.
336 return E->getKind() == MCExpr::SymbolRef;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 36 class SymbolRef;
73 friend class SymbolRef;
103 bool containsSymbol(SymbolRef S) const;
118 class SymbolRef : public BasicSymbolRef {
122 SymbolRef() : BasicSymbolRef() {}
133 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
134 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
150 Expected<SymbolRef::Type> getType() const;
161 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
163 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCExpr.h 41 SymbolRef, ///< References to labels and assigned expressions.
337 return E->getKind() == MCExpr::SymbolRef;

Completed in 1017 milliseconds

1 2 3 4