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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h118 class BTFTypeStruct : public BTFTypeBase { class in namespace:llvm
124 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
251 std::vector<BTFTypeStruct *> StructTypes;
H A DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, function in class:BTFTypeStruct
226 void BTFTypeStruct::completeType(BTFDebug &BDebug) {
252 void BTFTypeStruct::emitType(MCStreamer &OS) {
262 std::string BTFTypeStruct::getName() { return STy->getName(); }
466 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen);
683 std::make_unique<BTFTypeStruct>(CTy, true, HasBitField, Elements.size());

Completed in 114 milliseconds