Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp96 BTFTypeInt::BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, in BTFTypeInt() function in BTFTypeInt
123 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
127 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType()
351 auto TypeEntry = llvm::make_unique<BTFTypeInt>( in visitBasicType()
415 auto TypeEntry = llvm::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
H A DBTFDebug.h76 class BTFTypeInt : public BTFTypeBase {
81 BTFTypeInt(uint32_t Encoding, uint32_t SizeInBits, uint32_t OffsetInBits,