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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h628 class UdtSourceLineRecord : public TypeRecord { class in namespace:llvm::codeview
631 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::UdtSourceLineRecord
632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) function in class:llvm::codeview::UdtSourceLineRecord

Completed in 122 milliseconds