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

  /external/llvm/include/llvm/Object/
ObjectFile.h 87 class SymbolRef;
88 typedef content_iterator<SymbolRef> symbol_iterator;
136 friend class SymbolRef;
167 error_code containsSymbol(SymbolRef S, bool &Result) const;
176 /// SymbolRef - This is a value type class that represents a single symbol in
178 class SymbolRef {
184 SymbolRef() : OwningObject(NULL) { }
207 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
209 bool operator==(const SymbolRef &Other) const;
210 bool operator<(const SymbolRef &Other) const
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 46 typedef const SymExpr* SymbolRef;
470 SymbolRef Sym;
474 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 101 typedef const SymExpr* SymbolRef;
102 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
204 SymbolRef parentSymbol;
208 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
211 SymbolRef getParentSymbol() const { return parentSymbol; }
218 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent,
476 typedef llvm::DenseMap<SymbolRef, SymbolRefSmallVectorTy*> SymbolDependTy;
513 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
551 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent)
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 36 SymbolRef, ///< References to labels and assigned expressions.
262 : MCExpr(MCExpr::SymbolRef), Symbol(_Symbol), Kind(_Kind) {
298 return E->getKind() == MCExpr::SymbolRef;

Completed in 179 milliseconds