Home
last modified time | relevance | path

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

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