Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp120 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h652 class UdtModSourceLineRecord : public TypeRecord {
654 UdtModSourceLineRecord() = default;
655 explicit UdtModSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtModSourceLineRecord() function
656 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp213 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord()
H A DTypeRecordMapping.cpp324 UdtModSourceLineRecord &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp418 UdtModSourceLineRecord &Line) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp451 UdtModSourceLineRecord &U) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp576 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()