Home
last modified time | relevance | path

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

/freebsd/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.cpp155 BTFTypeInt::BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, in BTFTypeInt() function in BTFTypeInt
182 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
190 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType()
609 TypeEntry = std::make_unique<BTFTypeInt>( in visitBasicType()
821 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()