Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiHashing.cpp117 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.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-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h80 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &Line) override;
413 Error visitKnownRecord(CVType &Record, UdtSourceLineRecord &SourceLine,
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
HDTypeDumpVisitor.cpp410 UdtSourceLineRecord &Line) { in visitKnownRecord()
HDTypeRecordMapping.cpp553 UdtSourceLineRecord &Record) { in visitKnownRecord()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp469 UdtSourceLineRecord &U) { in visitKnownRecord()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp641 UdtSourceLineRecord &Line) { in visitKnownRecord()
2576 UdtSourceLineRecord &SourceLine, in visitKnownRecord()
3365 UdtSourceLineRecord Line; in processLines()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp578 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2259 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()