Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp78 struct LeafRecordBase { struct
79 TypeLeafKind Kind;
81 explicit LeafRecordBase(TypeLeafKind K) : Kind(K) {} in LeafRecordBase() argument