Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp89 template <typename T> struct LeafRecordImpl : public LeafRecordBase { struct
90 explicit LeafRecordImpl(TypeLeafKind K) in LeafRecordImpl() argument
107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase { struct
108 explicit LeafRecordImpl(TypeLeafKind K) : LeafRecordBase(K) {} in LeafRecordImpl() argument
95 fromCodeViewRecordllvm::CodeViewYAML::detail::LeafRecordImpl fromCodeViewRecord() argument
99 toCodeViewRecordllvm::CodeViewYAML::detail::LeafRecordImpl toCodeViewRecord() argument
104 Recordllvm::CodeViewYAML::detail::LeafRecordImpl global() argument
114 Membersllvm::CodeViewYAML::detail::LeafRecordImpl global() argument
[all...]