Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h52 std::vector<OutputSection *> outputSections; variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1827 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument
1929 mergeThunks(ArrayRef<OutputSection * > outputSections) mergeThunks() argument
2060 createInitialThunkSections(ArrayRef<OutputSection * > outputSections) createInitialThunkSections() argument
2220 createThunks(uint32_t pass,ArrayRef<OutputSection * > outputSections) createThunks() argument
2290 hexagonNeedsTLSSymbol(ArrayRef<OutputSection * > outputSections) hexagonNeedsTLSSymbol() argument
2304 hexagonTLSSymbolUpdate(ArrayRef<OutputSection * > outputSections) hexagonTLSSymbolUpdate() argument
[all...]
H A DOutputSections.cpp49 SmallVector<OutputSection *, 0> elf::outputSections; global() member in elf