Home
last modified time | relevance | path

Searched refs:getAnnotations (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp612 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram()
615 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram()
623 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags()
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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1015 getDWARFAddressSpace(), getFlags(), getExtraData(), getAnnotations()); in cloneImpl()
1063 DINodeArray getAnnotations() const { in getAnnotations() function
1153 getRawRank(), getAnnotations()); in cloneImpl()
1281 DINodeArray getAnnotations() const { in getAnnotations() function
1698 getRetainedNodes(), getThrownTypes(), getAnnotations(), in cloneImpl()
1839 DINodeArray getAnnotations() const { in getAnnotations() function
3139 getAnnotations());
3169 DINodeArray getAnnotations() const {
3280 getAlignInBits(), getAnnotations());
3310 DINodeArray getAnnotations() const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp772 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE()
1012 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE()
1253 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes()
1599 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
H A DDwarfCompileUnit.cpp188 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE()
1621 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyCommonDbgVariableAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1805 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIDerivedType()
1836 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDICompositeType()
1932 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDISubprogram()
2089 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIGlobalVariable()
2121 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDILocalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1005 Decl->getThrownTypes(), Decl->getAnnotations(), in create()