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

/freebsd-12-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) {
416 auto TypeEntry = std::make_unique<BTFTypeInt>(
508 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32,
H A DBTFDebug.h80 class BTFTypeInt : public BTFTypeBase { class in namespace:llvm
85 BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, uint32_t OffsetInBits,

Completed in 104 milliseconds