Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DLLDMapFile.cpp35 using SymbolMapTy = typedef
59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
60 SymbolMapTy ret; in getSectionSyms()
102 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
/openbsd-src/gnu/llvm/lld/wasm/
H A 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()
119 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h579 using SymbolMapTy = llvm::DenseMap<SymbolRef, SymbolStatus>; variable
582 SymbolMapTy TheLiving;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp393 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()