Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp119 return getSourceLineHash<UdtModSourceLineRecord>(Rec); in hashTypeRecord()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp218 CVType &CVR, UdtModSourceLineRecord &ModSourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp417 UdtModSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp562 UdtModSourceLineRecord &Record) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp460 UdtModSourceLineRecord &U) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp583 template <> void LeafRecordImpl<UdtModSourceLineRecord>::map(IO &IO) { in map()