Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h201 class BTFTypeFloat : public BTFTypeBase {
205 BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName);
H A DBTFDebug.cpp430 BTFTypeFloat::BTFTypeFloat(uint32_t SizeInBits, StringRef TypeName) in BTFTypeFloat() function in BTFTypeFloat
437 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
548 std::make_unique<BTFTypeFloat>(BTy->getSizeInBits(), BTy->getName()); in visitBasicType()