Home
last modified time | relevance | path

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

/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h52 std::vector<OutputSection *> outputSections; global() variable
/llvm-project/lld/wasm/
H A DMapFile.cpp105 void lld::wasm::writeMapFile(ArrayRef<OutputSection *> outputSections) { in writeMapFile() argument
H A DWriter.cpp123 std::vector<OutputSection *> outputSections; member in lld::wasm::__anon6c9455020111::Writer
/llvm-project/lld/ELF/
H A DRelocations.cpp1872 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument
1974 mergeThunks(ArrayRef<OutputSection * > outputSections) mergeThunks() argument
2105 createInitialThunkSections(ArrayRef<OutputSection * > outputSections) createInitialThunkSections() argument
2265 createThunks(uint32_t pass,ArrayRef<OutputSection * > outputSections) createThunks() argument
2335 hexagonNeedsTLSSymbol(ArrayRef<OutputSection * > outputSections) hexagonNeedsTLSSymbol() argument
2349 hexagonTLSSymbolUpdate(ArrayRef<OutputSection * > outputSections) hexagonTLSSymbolUpdate() argument
[all...]
H A DOutputSections.cpp49 SmallVector<OutputSection *, 0> elf::outputSections; global() member in elf