Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
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()
/external/llvm-project/lld/wasm/
DMapFile.cpp39 using SymbolMapTy = DenseMap<const InputChunk *, SmallVector<Symbol *, 4>>; typedef
64 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms()
65 SymbolMapTy ret; in getSectionSyms()
115 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/external/llvm-project/lld/ELF/
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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h512 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
515 SymbolMapTy TheLiving;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h482 typedef llvm::DenseMap<SymbolRef, SymbolStatus> SymbolMapTy; typedef
485 SymbolMapTy TheLiving;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp367 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp370 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()