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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h269 class PointerRecord : public TypeRecord { class in namespace:llvm::codeview
287 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::PointerRecord
289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) function in class:llvm::codeview::PointerRecord
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, function in class:llvm::codeview::PointerRecord
298 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, function in class:llvm::codeview::PointerRecord

Completed in 115 milliseconds