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.cpp645 visitTypeEntry(Element); in visitSubroutineType()
738 visitTypeEntry(DTy); in visitStructType()
771 visitTypeEntry(Elem); in visitStructType()
777 visitTypeEntry(Elem); in visitStructType()
792 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
904 return visitTypeEntry(DTy->getBaseType(), TypeId, CheckPointer, in visitDerivedType()
954 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
956 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
966 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
1017 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()
[all …]
H A DBTFDebug.h322 void visitTypeEntry(const DIType *Ty);
323 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,