Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp119 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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.cpp562 UdtModSourceLineRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h415 Error visitKnownRecord(CVType &Record, UdtModSourceLineRecord &ModSourceLine,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp462 UdtModSourceLineRecord &U) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp584 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2590 UdtModSourceLineRecord &ModSourceLine, in visitKnownRecord()