Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp79 struct LeafRecordBase { struct
80 TypeLeafKind Kind;
82 explicit LeafRecordBase(TypeLeafKind K) : Kind(K) {} in LeafRecordBase() argument