Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h78 class BTFTypeFwd : public BTFTypeBase {
82 BTFTypeFwd(StringRef Name, bool IsUnion);
H A DBTFDebug.cpp108 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd() function in BTFTypeFwd
114 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
122 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()
745 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); in visitFwdDeclType()
1586 auto FwdTypeEntry = std::make_unique<BTFTypeFwd>(TypeName, IsUnion); in endModule()