Searched refs:processDeclAnnotations (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 580 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() function in BTFDebug 663 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 670 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 813 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1189 processDeclAnnotations(DV->getAnnotations(), FuncTypeId, Arg - 1); in beginFunctionImpl() 1193 processDeclAnnotations(SP->getAnnotations(), FuncTypeId, -1); in beginFunctionImpl() 1445 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals() 1541 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processFuncPrototypes()
|
| H A D | BTFDebug.h | 356 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,
|