Searched refs:SymbolID (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 398 StringRef SymbolID; in ParseDirectiveSecRel32() local 399 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32() 405 MCSymbol *Symbol = getContext().GetOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32() 471 StringRef SymbolID; in ParseSEHDirectiveStartProc() local 472 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc() 478 MCSymbol *Symbol = getContext().GetOrCreateSymbol(SymbolID); in ParseSEHDirectiveStartProc() 504 StringRef SymbolID; in ParseSEHDirectiveHandler() local 505 if (getParser().parseIdentifier(SymbolID)) in ParseSEHDirectiveHandler() 522 MCSymbol *handler = getContext().GetOrCreateSymbol(SymbolID); in ParseSEHDirectiveHandler()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 104 typedef unsigned SymbolID; typedef 109 const SymbolID Sym; 112 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {} in SymbolData() 117 SymbolID getSymbolID() const { return Sym; } in getSymbolID() 131 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() 165 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured() 208 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() 242 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() 277 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, in SymbolMetadata()
|