Searched refs:processDeclAnnotations (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 649 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() function in BTFDebug 679 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram() 682 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram() 763 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 772 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 778 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 945 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1601 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals()
|
| H A D | BTFDebug.h | 364 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,
|