Home
last modified time | relevance | path

Searched refs:BTFTypeEnum (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h101 class BTFTypeEnum : public BTFTypeBase {
106 BTFTypeEnum(const DICompositeType *ETy, uint32_t NumValues, bool IsSigned);
H A DBTFDebug.cpp168 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen, in BTFTypeEnum() function in BTFTypeEnum
175 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
199 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType()
754 auto TypeEntry = std::make_unique<BTFTypeEnum>(CTy, VLen, IsSigned); in visitEnumType()