Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp211 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() function in BTFTypeStruct
219 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
240 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType()
400 llvm::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
H A DBTFDebug.h115 class BTFTypeStruct : public BTFTypeBase {
121 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,