Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp689 struct ComdatEntry { in writeBody() struct
690 unsigned kind; in writeBody()
691 uint32_t index; in writeBody()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h176 struct ComdatEntry { struct
183 std::vector<ComdatEntry> Entries; argument
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp492 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping()