Searched defs:outputSections (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp89 void lld::coff::writeLLDMapFile(ArrayRef<OutputSection *> outputSections) { argument
H A DMapFile.cpp204 void lld::coff::writeMapFile(ArrayRef<OutputSection *> outputSections) { argument
H A DPDB.cpp1273 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { argument
1414 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, argument
1359 createPDB(SymbolTable *symtab, ArrayRef<OutputSection *> outputSections, ArrayRef<uint8_t> sectionTable, llvm::codeview::DebugInfo *buildId) argument
H A DWriter.cpp84 static std::vector<OutputSection *> outputSections; variable
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp42 std::vector<OutputSection *> elf::outputSections; member in class:elf
H A DRelocations.cpp1652 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { argument
1932 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { argument
1549 forEachInputSectionDescription( ArrayRef<OutputSection *> outputSections, llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) argument
1762 createInitialThunkSections( ArrayRef<OutputSection *> outputSections) argument
2002 hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) argument
2016 hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) argument
[all...]

Completed in 69 milliseconds