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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h255 class StringListRecord : public TypeRecord { class in namespace:llvm::codeview
258 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::StringListRecord
260 StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) function in class:llvm::codeview::StringListRecord

Completed in 96 milliseconds