Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
123 for (DefinedRegular *sym : sectionSyms[sc]) in writeLLDMapFile()
102 SymbolMapTy sectionSyms = getSectionSyms(syms); writeLLDMapFile() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp152 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile() local
187 for (Symbol *sym : llvm::make_first_range(sectionSyms[isec])) in writeMapFile()