Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp1785 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()
1887 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
2018 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()
2178 ArrayRef<OutputSection *> outputSections) { in createThunks()
2248 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()
2262 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
H A DOutputSections.cpp47 SmallVector<OutputSection *, 0> elf::outputSections; member in elf
/openbsd/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.h52 std::vector<OutputSection *> outputSections; variable
/openbsd/gnu/llvm/lld/wasm/
H A DMapFile.cpp105 void lld::wasm::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile()
H A DWriter.cpp116 std::vector<OutputSection *> outputSections; member in lld::wasm::__anon86c6875c0111::Writer