Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp118 return getSourceLineHash<UdtSourceLineRecord>(Rec); in hashTypeRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h634 class UdtSourceLineRecord : public TypeRecord {
636 UdtSourceLineRecord() = default;
637 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in UdtSourceLineRecord() function
638 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp218 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
H A DTypeRecordMapping.cpp315 UdtSourceLineRecord &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp410 UdtSourceLineRecord &Line) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp458 UdtSourceLineRecord &U) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp570 template <> void LeafRecordImpl<UdtSourceLineRecord>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1987 UdtSourceLineRecord USLR(TI, SIDI, Ty->getLine()); in addUDTSrcLine()