Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp129 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile() local
148 auto symsIt = sectionSyms.find(isec); in writeMapFile()
149 assert(!shouldOmitFromOutput(isec) || (symsIt == sectionSyms.end())); in writeMapFile()
150 if (symsIt == sectionSyms.end()) in writeMapFile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp100 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile() local
119 for (DefinedRegular *sym : sectionSyms[sc]) in writeLLDMapFile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp158 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile() local
193 for (Symbol *sym : sectionSyms[isec]) in writeMapFile()