Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp577 visitTypeEntry(Element); in visitSubroutineType()
689 visitTypeEntry(Elem); in visitStructType()
699 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
848 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
860 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
933 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry() function in BTFDebug
935 visitTypeEntry(Ty, TypeId, false, false); in visitTypeEntry()
967 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
971 visitTypeEntry(OrigTy, TypeId, false, false); in visitMapDefType()
1206 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,