Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DOutputSections.h114 CustomSection(std::string name, ArrayRef<InputSection *> inputSections) in CustomSection()
132 ArrayRef<InputSection *> inputSections; variable
/external/llvm-project/lld/MachO/
DInputSection.cpp23 std::vector<InputSection *> macho::inputSections; member in macho
/external/llvm-project/lld/ELF/
DInputSection.cpp43 std::vector<InputSectionBase *> elf::inputSections; member in elf