Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DLLDMapFile.cpp89 void lld::coff::writeLLDMapFile(ArrayRef<OutputSection *> outputSections) { in writeLLDMapFile()
DMapFile.cpp204 void lld::coff::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
DPDB.cpp1267 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { in addImportFilesToPDB()
1354 ArrayRef<OutputSection *> outputSections, in createPDB()
1408 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections()
DWriter.cpp85 static std::vector<OutputSection *> outputSections; variable
/external/llvm-project/lld/ELF/
DRelocations.cpp1583 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()
1685 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
1796 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()
1965 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { in createThunks()
2035 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()
2049 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
DOutputSections.cpp44 std::vector<OutputSection *> elf::outputSections; member in elf
/external/llvm-project/lld/wasm/
DMapFile.cpp101 void lld::wasm::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
DWriter.cpp105 std::vector<OutputSection *> outputSections; member in lld::wasm::__anon4a5b26460111::Writer