Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp649 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 DBTFDebug.h364 void processDeclAnnotations(DINodeArray Annotations, uint32_t BaseTypeId,