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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp97 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { function in class:BTFTypeFwd
103 void BTFTypeFwd::completeType(BTFDebug &BDebug) {
111 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); }
528 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion);
1256 auto FwdTypeEntry = std::make_unique<BTFTypeFwd>(TypeName, IsUnion);
H A DBTFDebug.h70 class BTFTypeFwd : public BTFTypeBase { class in namespace:llvm
74 BTFTypeFwd(StringRef Name, bool IsUnion);

Completed in 108 milliseconds