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