Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp576 visitTypeEntry(Element); in visitSubroutineType()
669 visitTypeEntry(Elem); in visitStructType()
679 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
822 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
827 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
895 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry() function in BTFDebug
897 visitTypeEntry(Ty, TypeId, false, false); in visitTypeEntry()
929 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
933 visitTypeEntry(OrigTy, TypeId, false, false); in visitMapDefType()
1168 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,