Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp36 using SymbolMapTy =
60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
61 SymbolMapTy ret; in getSectionSyms()
104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
35 using SymbolMapTy = global() typedef
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h580 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
583 SymbolMapTy TheLiving;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp383 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()