Searched refs:BTFTypeInt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp113 BTFTypeInt::BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, function in class:BTFTypeInt
131 llvm_unreachable("Unknown BTFTypeInt Encoding");
140 void BTFTypeInt::completeType(BTFDebug &BDebug) {
148 void BTFTypeInt::emitType(MCStreamer &OS) {
421 auto TypeEntry = std::make_unique<BTFTypeInt>(
513 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32,
H A DBTFDebug.h82 class BTFTypeInt : public BTFTypeBase { class in namespace:llvm
87 BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, uint32_t OffsetInBits,

Completed in 115 milliseconds