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 31 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 {
131 SymbolRef() : BasicSymbolRef() {}
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(B->getRawDataRefImpl()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 47 typedef const SymExpr* SymbolRef;
476 SymbolRef Sym;
480 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 98 typedef const SymExpr* SymbolRef;
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 Dependent)
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 38 SymbolRef, ///< References to labels and assigned expressions.
284 : MCExpr(MCExpr::SymbolRef), Symbol(_Symbol), Kind(_Kind), MAI(_MAI) {
322 return E->getKind() == MCExpr::SymbolRef;

Completed in 169 milliseconds