Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp578 visitTypeEntry(Element); in visitSubroutineType()
690 visitTypeEntry(Elem); in visitStructType()
700 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
849 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
861 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
934 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry() function in BTFDebug
936 visitTypeEntry(Ty, TypeId, false, false); in visitTypeEntry()
968 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
972 visitTypeEntry(OrigTy, TypeId, false, false); in visitMapDefType()
1207 visitTypeEntry(DV->getType()); in beginFunctionImpl()
[all …]
H A DBTFDebug.h321 void visitTypeEntry(const DIType *Ty);
322 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,