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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h241 class ArgListRecord : public TypeRecord { class in namespace:llvm::codeview
244 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::ArgListRecord
246 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) function in class:llvm::codeview::ArgListRecord

Completed in 93 milliseconds