Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h126 class BTFTypeStruct : public BTFTypeBase {
132 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
304 std::vector<BTFTypeStruct *> StructTypes;
H A DBTFDebug.cpp279 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() function in BTFTypeStruct
287 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
313 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType()
323 std::string BTFTypeStruct::getName() { return std::string(STy->getName()); } in getName()
679 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()