Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp613 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram()
616 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram()
624 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags()
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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1052 getExtraData(), getAnnotations()); in cloneImpl()
1111 DINodeArray getAnnotations() const { in getAnnotations() function
1211 getRawRank(), getAnnotations()); in cloneImpl()
1339 DINodeArray getAnnotations() const { in getAnnotations() function
1756 getRetainedNodes(), getThrownTypes(), getAnnotations(), in cloneImpl()
1897 DINodeArray getAnnotations() const { in getAnnotations() function
3318 getAnnotations());
3348 DINodeArray getAnnotations() const {
3459 getAlignInBits(), getAnnotations());
3489 DINodeArray getAnnotations() const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp788 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE()
1045 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE()
1286 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes()
1632 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
H A DDwarfCompileUnit.cpp203 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE()
1642 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyCommonDbgVariableAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1891 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIDerivedType()
1927 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDICompositeType()
2023 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDISubprogram()
2180 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIGlobalVariable()
2212 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDILocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp990 Decl->getThrownTypes(), Decl->getAnnotations(), in create()