Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp119 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h646 class UdtModSourceLineRecord : public TypeRecord {
648 UdtModSourceLineRecord() = default;
649 explicit UdtModSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtModSourceLineRecord() function
650 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp418 UdtModSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp563 UdtModSourceLineRecord &Record) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp460 UdtModSourceLineRecord &U) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp185 static UdtModSourceLineRecord UdtModSourceLine(TypeIndex(14), TypeIndex(15), 0,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp583 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()