Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp461 StringRef SymbolID; in ParseDirectiveSecRel32() local
462 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSecRel32()
482 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSecRel32()
491 StringRef SymbolID; in ParseDirectiveRVA() local
492 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveRVA()
509 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveRVA()
521 StringRef SymbolID; in ParseDirectiveSafeSEH() local
522 if (getParser().parseIdentifier(SymbolID)) in ParseDirectiveSafeSEH()
528 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID); in ParseDirectiveSafeSEH()
536 StringRef SymbolID; in ParseDirectiveSecIdx() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h112 using SymbolID = unsigned; variable
117 const SymbolID Sym;
122 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) { in SymbolData()
132 SymbolID getSymbolID() const { return Sym; } in getSymbolID()
H A DSymbolManager.h45 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue()
85 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
136 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived()
177 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent()
218 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, in SymbolMetadata()
H A DSMTConv.h324 const SymbolID ID = Sym->getSymbolID(); in fromData()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn134 "index/SymbolID.cpp",