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() function
104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp69 static SymbolMapTy getSectionSyms(Ctx &ctx, ArrayRef<Defined *> syms) { in getSectionSyms() function
153 SymbolMapTy sectionSyms = getSectionSyms(ctx, syms); in writeMapFile()