Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp34 using SymbolMapTy = typedef
58 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
59 SymbolMapTy ret; in getSectionSyms()
100 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp43 using SymbolMapTy = DenseMap<const InputSection *, SmallVector<Defined *, 4>>; typedef
46 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
47 SymbolMapTy ret; in getSectionSyms()
129 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp40 using SymbolMapTy = DenseMap<const SectionBase *, SmallVector<Defined *, 4>>; typedef
67 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
68 SymbolMapTy ret; in getSectionSyms()
158 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h512 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
515 SymbolMapTy TheLiving;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp367 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()