Searched refs:BTFTypeStruct (Results 1 – 2 of 2) sorted by relevance
124 class BTFTypeStruct : public BTFTypeBase {130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,266 std::vector<BTFTypeStruct *> StructTypes;
224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() function in BTFTypeStruct232 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()258 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType()268 std::string BTFTypeStruct::getName() { return std::string(STy->getName()); } in getName()497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()