Searched refs:BTFTypeFloat (Results 1 – 2 of 2) sorted by relevance
199 class BTFTypeFloat : public BTFTypeBase {203 BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName);
374 BTFTypeFloat::BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName) in BTFTypeFloat() function in BTFTypeFloat381 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()443 std::make_unique<BTFTypeFloat>(BTy->getSizeInBits(), BTy->getName()); in visitBasicType()