Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DMapFile.cpp37 SymbolMapTy; typedef
60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> Syms) { in getSectionSyms()
61 SymbolMapTy Ret; in getSectionSyms()
102 SymbolMapTy SectionSyms = getSectionSyms(Syms); in writeMapFile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMapFile.cpp41 typedef DenseMap<const SectionBase *, SmallVector<Defined *, 4>> SymbolMapTy; typedef
68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> Syms) { in getSectionSyms()
69 SymbolMapTy Ret; in getSectionSyms()
158 SymbolMapTy SectionSyms = getSectionSyms(Syms); in writeMapFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h556 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
559 SymbolMapTy TheLiving;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp387 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()