Home
last modified time | relevance | path

Searched refs:getSectionSyms (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { getSectionSyms() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms() function
152 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()