Home
last modified time | relevance | path

Searched refs:OutputSectionKind (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h131 : SectionCommand(OutputSectionKind), osec(name, type, flags) {} in OutputDesc()
134 return c->kind == OutputSectionKind; in classof()
H A DLinkerScript.h77 OutputSectionKind, enumerator
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.h56 OutputSectionKind, enumerator
262 : Symbol("", OutputSectionKind, llvm::wasm::WASM_SYMBOL_BINDING_LOCAL, in OutputSectionSymbol()
267 return s->kind() == OutputSectionKind; in classof()
H A DSymbols.cpp68 case wasm::Symbol::OutputSectionKind: in toString()