Home
last modified time | relevance | path

Searched defs:outputSections (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDMapFile.cpp90 void writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
HDPDB.cpp1598 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { in addImportFilesToPDB()
1685 ArrayRef<OutputSection *> outputSections, in createPDB()
1737 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections()
HDWriter.cpp85 static std::vector<OutputSection *> outputSections; variable
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp1515 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()
1617 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
1728 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()
1897 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks()
HDOutputSections.cpp42 std::vector<OutputSection *> outputSections; variable