Searched defs:UdtSourceLineRecord (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h633 class UdtSourceLineRecord : public TypeRecord { class in namespace:llvm::codeview
636 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::UdtSourceLineRecord
637 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) function in class:llvm::codeview::UdtSourceLineRecord

Completed in 108 milliseconds