Home
last modified time | relevance | path

Searched defs:InputChunk (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h854 struct InputChunk { struct
875 void init(llvm::function_ref<void(InputFile *, InputChunk &, OutputChunk &)>); argument
H A DSyntheticSections.cpp3120 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init() argument