Home
last modified time | relevance | path

Searched refs:SymbolID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp476 StringRef SymbolID; in ParseDirectiveSecRel32() local
477 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32()
497 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32()
506 StringRef SymbolID; in ParseDirectiveRVA() local
507 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveRVA()
524 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveRVA()
536 StringRef SymbolID; in ParseDirectiveSafeSEH() local
537 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH()
543 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH()
551 StringRef SymbolID; in ParseDirectiveSecIdx() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h115 using SymbolID = unsigned; variable
120 const SymbolID Sym;
125 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) { in SymbolData()
135 SymbolID getSymbolID() const { return Sym; } in getSymbolID()
H A DSymbolManager.h46 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue()
87 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
140 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived()
183 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent()
225 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, in SymbolMetadata()
H A DSMTConv.h324 const SymbolID ID = Sym->getSymbolID(); in fromData()