Searched defs:outputSections (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/COFF/ | ||
H A D | COFFLinkerContext.h | 52 std::vector<OutputSection *> outputSections; variable |
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | Relocations.cpp | 1827 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument |
H A D | OutputSections.cpp | 49 SmallVector<OutputSection *, 0> elf::outputSections; global() member in elf |