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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h58 class BTFTypeDerived : public BTFTypeBase { class in namespace:llvm
63 BTFTypeDerived(const DIDerivedType *Ty, unsigned Tag, bool NeedsFixup);
253 std::map<StringRef, std::pair<bool, std::vector<BTFTypeDerived *>>>
H A DBTFDebug.cpp43 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, function in class:BTFTypeDerived
68 void BTFTypeDerived::completeType(BTFDebug &BDebug) {
90 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); }
92 void BTFTypeDerived::setPointeeType(uint32_t PointeeType) {
570 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true);
584 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false);

Completed in 105 milliseconds