Home
last modified time | relevance | path

Searched refs:UdtModSourceLineRecord (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp119 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h651 class UdtModSourceLineRecord : public TypeRecord {
653 UdtModSourceLineRecord() = default;
654 explicit UdtModSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtModSourceLineRecord() function
655 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp212 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord()
DTypeDumpVisitor.cpp417 UdtModSourceLineRecord &Line) { in visitKnownRecord()
DTypeRecordMapping.cpp517 UdtModSourceLineRecord &Record) { in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp575 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()