Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp86 virtual CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const = 0;
100 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord() function
112 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override;
492 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord( in toCodeViewRecord() function in LeafRecordImpl
697 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord() function in LeafRecord
698 return Leaf->toCodeViewRecord(Serializer); in toCodeViewRecord()
803 CVType T = Leaf.Leaf->toCodeViewRecord(TS); in toDebugT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h50 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp770 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()
778 CVType Type = R.toCodeViewRecord(TS); in yamlToPdb()