Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp579 visitTypeEntry(Element); in visitSubroutineType()
691 visitTypeEntry(Elem); in visitStructType()
701 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
850 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
852 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
862 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
912 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()
935 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry() function in BTFDebug
937 visitTypeEntry(Ty, TypeId, false, false); in visitTypeEntry()
969 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
[all …]
H A DBTFDebug.h321 void visitTypeEntry(const DIType *Ty);
322 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,