Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h199 class BTFTypeFloat : public BTFTypeBase {
203 BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName);
H A DBTFDebug.cpp374 BTFTypeFloat::BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName) in BTFTypeFloat() function in BTFTypeFloat
381 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
443 std::make_unique<BTFTypeFloat>(BTy->getSizeInBits(), BTy->getName()); in visitBasicType()