Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1903 ArrayRef<OutputSection *> outputSections, in forEachInputSectionDescription()
2005 void ThunkCreator::mergeThunks(ArrayRef<OutputSection *> outputSections) { in mergeThunks()
2136 ArrayRef<OutputSection *> outputSections) { in createInitialThunkSections()
2296 ArrayRef<OutputSection *> outputSections) { in createThunks()
2366 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol()
2380 void elf::hexagonTLSSymbolUpdate(ArrayRef<OutputSection *> outputSections) { in hexagonTLSSymbolUpdate()
H A DLinkerScript.h262 SmallVector<StringRef, 0> outputSections; member
H A DOutputSections.cpp50 SmallVector<OutputSection *, 0> elf::outputSections; member in elf
/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h52 std::vector<OutputSection *> outputSections; variable