Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.h17 void writeLLDMapFile(llvm::ArrayRef<OutputSection *> outputSections);
H A DLLDMapFile.cpp89 void lld::coff::writeLLDMapFile(ArrayRef<OutputSection *> outputSections) { in writeLLDMapFile() function in lld::coff
H A DWriter.cpp652 writeLLDMapFile(outputSections); in run()