Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h628 class UdtSourceLineRecord : public TypeRecord {
630 UdtSourceLineRecord() = default;
631 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function
632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp410 UdtSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp554 UdtSourceLineRecord &Record) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp467 UdtSourceLineRecord &U) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp184 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0);
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp577 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2207 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()