Searched refs:processDeclAnnotations (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 583 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() function in BTFDebug 613 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram() 616 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram() 685 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 692 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 841 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1480 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals()
|
H A D | BTFDebug.h | 363 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,
|