Home
last modified time | relevance | path

Searched refs:toCodeViewRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp85 virtual CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const = 0;
99 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord() function
111 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override;
500 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord() function in LeafRecordImpl
705 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord() function in LeafRecord
706 return Leaf->toCodeViewRecord(Serializer); in toCodeViewRecord()
811 CVType T = Leaf.Leaf->toCodeViewRecord(TS); in toDebugT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp865 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()
873 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()