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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h211 class LabelRecord : public TypeRecord { class in namespace:llvm::codeview
214 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::LabelRecord
216 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} function in class:llvm::codeview::LabelRecord

Completed in 101 milliseconds