Searched refs:getUDT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiHashing.cpp | 84 support::endian::write32le(Buf, Deserialized.getUDT().getIndex()); in getSourceLineHash()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 411 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord() 419 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 636 TypeIndex getUDT() const { return UDT; } in getUDT() function 655 TypeIndex getUDT() const { return UDT; } in getUDT() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 644 printTypeIndex("UDT", Line.getUDT(), StreamIPI); in visitKnownRecord() 2581 printTypeIndex("UDT", SourceLine.getUDT(), StreamIPI); in visitKnownRecord() 2596 printTypeIndex("UDT", ModSourceLine.getUDT(), StreamIPI); in visitKnownRecord() 3371 printTypeIndex("UDT", Line.getUDT(), StreamIPI); in processLines() 3380 StreamTPI, Line.getUDT(), /*Create=*/false)) { in processLines()
|