Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DOutputSections.h111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection()
130 std::vector<InputChunk *> inputSections; variable
/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.cpp39 std::vector<ConcatInputSection *> macho::inputSections; member in macho
/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h429 SmallVector<InputSectionBase *, 0> inputSections; member