Searched refs:outputSections (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.h17 void writeMapFile(llvm::ArrayRef<OutputSection *> outputSections);
H A DPDB.h29 llvm::ArrayRef<OutputSection *> outputSections,
H A DMapFile.cpp90 void writeMapFile(ArrayRef<OutputSection *> outputSections) { argument
108 for (OutputSection *sec : outputSections) {
H A DWriter.cpp85 static std::vector<OutputSection *> outputSections; member in namespace:lld::coff
88 return osidx == 0 ? nullptr : outputSections[osidx - 1];
532 for (OutputSection *sec : outputSections) {
544 for (OutputSection *sec : outputSections) {
565 for (OutputSection *sec : outputSections)
573 for (OutputSection *sec : outputSections)
621 createPDB(symtab, outputSections, sectionTable, buildId->buildId);
625 writeMapFile(outputSections);
805 outputSections.push_back(sec);
902 llvm::stable_sort(outputSections,
[all...]
H A DPDB.cpp108 void addImportFilesToPDB(ArrayRef<OutputSection *> outputSections);
157 void addSections(ArrayRef<OutputSection *> outputSections,
1598 void PDBLinker::addImportFilesToPDB(ArrayRef<OutputSection *> outputSections) { argument
1685 ArrayRef<OutputSection *> outputSections,
1693 pdb.addImportFilesToPDB(outputSections);
1694 pdb.addSections(outputSections, sectionTable);
1737 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, argument
1749 for (OutputSection *os : outputSections) {
1684 createPDB(SymbolTable *symtab, ArrayRef<OutputSection *> outputSections, ArrayRef<uint8_t> sectionTable, llvm::codeview::DebugInfo *buildId) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h124 bool createThunks(ArrayRef<OutputSection *> outputSections);
132 void mergeThunks(ArrayRef<OutputSection *> outputSections);
140 void createInitialThunkSections(ArrayRef<OutputSection *> outputSections);
H A DWriter.cpp570 for (OutputSection *sec : outputSections)
591 for (OutputSection *sec : outputSections)
1086 for (OutputSection *os : outputSections) {
1113 for (OutputSection *os : outputSections) {
1513 for (OutputSection *sec : outputSections) {
1576 bool changed = target->needsThunks && tc.createThunks(outputSections);
1809 outputSections.push_back(sec);
1812 for (OutputSection *sec : outputSections) {
1823 for (size_t i = 0, e = outputSections.size(); i != e; ++i) {
1824 OutputSection *sec = outputSections[
[all...]
H A DOutputSections.h145 extern std::vector<OutputSection *> outputSections;
H A DRelocations.cpp1515 ArrayRef<OutputSection *> outputSections,
1517 for (OutputSection *os : outputSections) {
1617 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { argument
1619 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
1728 ArrayRef<OutputSection *> outputSections) {
1732 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
1897 bool ThunkCreator::createThunks(ArrayRef<OutputSection *> outputSections) { argument
1901 createInitialThunkSections(outputSections);
1909 outputSections, [&](OutputSection *os, InputSectionDescription *isd) {
1958 mergeThunks(outputSections);
1514 forEachInputSectionDescription( ArrayRef<OutputSection *> outputSections, llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) argument
1727 createInitialThunkSections( ArrayRef<OutputSection *> outputSections) argument
[all...]
H A DLinkerScript.cpp797 for (OutputSection *sec : outputSections)
1032 for (OutputSection *sec : outputSections)
1135 for (OutputSection *sec : outputSections) {
H A DAArch64ErrataFix.cpp633 for (OutputSection *os : outputSections) {
H A DARMErrataFix.cpp515 for (OutputSection *os : outputSections) {
H A DOutputSections.cpp42 std::vector<OutputSection *> outputSections; member in namespace:lld::elf
H A DDriver.cpp91 outputSections.clear();

Completed in 201 milliseconds