Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h88 class BTFTypeInt : public BTFTypeBase {
93 BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, uint32_t OffsetInBits,
H A DBTFDebug.cpp127 BTFTypeInt::BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, in BTFTypeInt() function in BTFTypeInt
154 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
162 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType()
543 TypeEntry = std::make_unique<BTFTypeInt>( in visitBasicType()
730 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()