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 33 class SymbolRef;
70 friend class SymbolRef;
98 bool containsSymbol(SymbolRef S) const;
113 class SymbolRef : public BasicSymbolRef {
117 SymbolRef() : BasicSymbolRef() {}
128 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
129 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) {
145 SymbolRef::Type getType() const;
156 symbol_iterator(SymbolRef Sym) : basic_symbol_iterator(Sym) {}
158 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl()
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 39 SymbolRef, ///< References to labels and assigned expressions.
349 return E->getKind() == MCExpr::SymbolRef;
  /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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 47 typedef const SymExpr* SymbolRef;
479 SymbolRef Sym;
483 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}

Completed in 65 milliseconds