Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
/openbsd-src/gnu/llvm/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;
499 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord() function in LeafRecordImpl
704 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord() function in LeafRecord
705 return Leaf->toCodeViewRecord(Serializer); in toCodeViewRecord()
810 CVType T = Leaf.Leaf->toCodeViewRecord(TS); in toDebugT()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp867 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()
875 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()