Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDMapFile.cpp35 using SymbolMapTy = typedef
59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
60 SymbolMapTy ret; in getSectionSyms()
101 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDMapFile.cpp39 using SymbolMapTy = DenseMap<const SectionBase *, SmallVector<Defined *, 4>>; typedef
66 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
67 SymbolMapTy ret; in getSectionSyms()
155 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbolManager.h555 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
558 SymbolMapTy TheLiving;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp386 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()