Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp119 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h645 class UdtModSourceLineRecord : public TypeRecord {
647 UdtModSourceLineRecord() = default;
648 explicit UdtModSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtModSourceLineRecord() function
649 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp214 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp417 UdtModSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp543 UdtModSourceLineRecord &Record) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp457 UdtModSourceLineRecord &U) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp580 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()