Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLLDMapFile.cpp35 using SymbolMapTy = typedef
59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
60 SymbolMapTy ret; in getSectionSyms()
101 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
/llvm-project-15.0.7/lld/wasm/
H A DMapFile.cpp40 using SymbolMapTy = DenseMap<const InputChunk *, SmallVector<Symbol *, 4>>; typedef
65 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms()
66 SymbolMapTy ret; in getSectionSyms()
120 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/llvm-project-15.0.7/lld/ELF/
H A DMapFile.cpp40 using SymbolMapTy = DenseMap<const SectionBase *, typedef
68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
69 SymbolMapTy ret; in getSectionSyms()
152 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h579 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
582 SymbolMapTy TheLiving;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp393 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()