Home
last modified time | relevance | path

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

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