Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp474 visitTypeEntry(Element); in visitSubroutineType()
503 visitTypeEntry(cast<DIDerivedType>(Element)); in visitStructType()
510 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
625 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
630 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() function in BTFDebug
682 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry() function in BTFDebug
684 visitTypeEntry(Ty, TypeId, false, false); in visitTypeEntry()
716 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
720 visitTypeEntry(OrigTy, TypeId, false, false); in visitMapDefType()
951 visitTypeEntry(DV->getType()); in beginFunctionImpl()
[all …]
H A DBTFDebug.h282 void visitTypeEntry(const DIType *Ty);
283 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,