Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DOutputSections.h111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection()
130 std::vector<InputChunk *> inputSections; variable
/llvm-project/lld/MachO/
H A DInputSection.cpp39 std::vector<ConcatInputSection *> macho::inputSections; global() member in macho
/llvm-project/lld/ELF/
H A DSyntheticSections.h890 SmallVector<InputSection *, 0> inputSections; global() variable
H A DConfig.h476 SmallVector<InputSectionBase *, 0> inputSections; global() member