Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp582 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() function in BTFDebug
612 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram()
615 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram()
684 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType()
691 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType()
840 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType()
1481 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals()
H A DBTFDebug.h359 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,