Searched refs:SymbolID (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymExpr.h | 98 typedef unsigned SymbolID; typedef 103 const SymbolID Sym; 106 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {} in SymbolData() 111 SymbolID getSymbolID() const { return Sym; } in getSymbolID()
|
D | SymbolManager.h | 46 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() 81 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured() 122 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() 157 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() 192 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, in SymbolMetadata()
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 443 StringRef SymbolID; in ParseDirectiveSecRel32() local 444 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32() 450 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32() 458 StringRef SymbolID; in ParseDirectiveSafeSEH() local 459 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH() 465 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH() 473 StringRef SymbolID; in ParseDirectiveSecIdx() local 474 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecIdx() 480 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecIdx() 536 StringRef SymbolID; in ParseSEHDirectiveStartProc() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 221 StringRef SymbolID; in ParseSEHDirectiveStartProc() local 222 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc() 228 MCSymbol *Symbol = getContext().GetOrCreateSymbol(SymbolID); in ParseSEHDirectiveStartProc() 254 StringRef SymbolID; in ParseSEHDirectiveHandler() local 255 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveHandler() 272 MCSymbol *handler = getContext().GetOrCreateSymbol(SymbolID); in ParseSEHDirectiveHandler()
|