Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h80 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &Line) override;
413 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &SourceLine,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp410 UdtSourceLineRecord &Line) { in visitKnownRecord()
H A DTypeRecordMapping.cpp553 UdtSourceLineRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp469 UdtSourceLineRecord &U) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp641 UdtSourceLineRecord &Line) { in visitKnownRecord()
2576 UdtSourceLineRecord &SourceLine, in visitKnownRecord()
3365 UdtSourceLineRecord Line; in processLines()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp578 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2259 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in lowerTypeEnum()