Searched defs:SymbolRef (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h31 class SymbolRef;
80 friend class SymbolRef;
112 std::error_code containsSymbol(SymbolRef S, bool &Result) const;
125 /// SymbolRef - This is a value type class that represents a single symbol in
127 class SymbolRef : public BasicSymbolRef { class in namespace:llvm::object
131 SymbolRef() : BasicSymbolRef() {} function in class:llvm::object::SymbolRef
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
151 std::error_code getType(SymbolRef::Type &Result) const;
162 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
164 : basic_symbol_iterator(SymbolRef(
359 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) function in class:llvm::object::SymbolRef
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h98 typedef const SymExpr* SymbolRef; typedef in namespace:clang::ento
99 typedef SmallVector<SymbolRef, 2> SymbolRefSmallVectorTy;
201 SymbolRef parentSymbol;
205 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
208 SymbolRef getParentSymbol() const { return parentSymbol; }
215 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent,
473 typedef llvm::DenseMap<SymbolRef, SymbolRefSmallVectorTy*> SymbolDependTy;
510 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
548 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependen
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h47 typedef const SymExpr* SymbolRef; typedef in namespace:clang::ento
476 SymbolRef Sym;
480 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}
/external/llvm/include/llvm/MC/
H A DMCExpr.h38 SymbolRef, ///< References to labels and assigned expressions. enumerator in enum:llvm::MCExpr::ExprKind
284 : MCExpr(MCExpr::SymbolRef), Symbol(_Symbol), Kind(_Kind), MAI(_MAI) {
322 return E->getKind() == MCExpr::SymbolRef;

Completed in 512 milliseconds