Searched refs:BTFTypeStruct (Results 1 – 2 of 2) sorted by relevance
126 class BTFTypeStruct : public BTFTypeBase {132 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,305 std::vector<BTFTypeStruct *> StructTypes;
308 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() function in BTFTypeStruct316 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()380 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType()390 std::string BTFTypeStruct::getName() { return std::string(STy->getName()); } in getName()758 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()