Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h149 struct ComdatEntry { struct
156 std::vector<ComdatEntry> Entries; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp381 IO &IO, WasmYAML::ComdatEntry &ComdatEntry) { in mapping()