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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp448 visitTypeEntry(Element);
477 visitTypeEntry(cast<DIDerivedType>(Element));
484 visitTypeEntry(ElemType, ElemTypeId, false, false);
599 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false);
601 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer);
604 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, function in class:BTFDebug
634 visitTypeEntry(DTy->getBaseType(), TmpTypeId, CheckPointer,
656 void BTFDebug::visitTypeEntry(const DIType *Ty) { function in class:BTFDebug
658 visitTypeEntry(Ty, TypeId, false, false);
690 visitTypeEntry(MemberTyp
[all...]
H A DBTFDebug.h269 void visitTypeEntry(const DIType *Ty);
270 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,

Completed in 173 milliseconds