Home
last modified time | relevance | path

Searched refs:getUDT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp84 support::endian::write32le(Buf, Deserialized.getUDT().getIndex()); in getSourceLineHash()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp411 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord()
419 printTypeIndex("UDT", Line.getUDT()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h636 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 DLVCodeViewVisitor.cpp644 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()