Home
last modified time | relevance | path

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

/llvm-project/lld/COFF/
H A DLLDMapFile.cpp60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms() function
104 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeLLDMapFile()
/llvm-project/lld/wasm/
H A DMapFile.cpp64 static SymbolMapTy getSectionSyms(ArrayRef<Symbol *> syms) { in getSectionSyms() function
119 SymbolMapTy sectionSyms = getSectionSyms(syms); in writeMapFile()
/llvm-project/lld/ELF/
H A DMapFile.cpp70 static SymbolMapTy getSectionSyms(Ctx &ctx, ArrayRef<Defined *> syms) { in getSectionSyms()
154 SymbolMapTy sectionSyms = getSectionSyms(ctx, syms); in writeMapFile()
68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { getSectionSyms() function