Searched refs:getAnnotations (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 602 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() 663 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 670 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 813 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1189 processDeclAnnotations(DV->getAnnotations(), FuncTypeId, Arg - 1); in beginFunctionImpl() 1193 processDeclAnnotations(SP->getAnnotations(), FuncTypeId, -1); in beginFunctionImpl() 1445 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals() 1541 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processFuncPrototypes()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 965 getDWARFAddressSpace(), getFlags(), getExtraData(), getAnnotations()); in cloneImpl() 1011 DINodeArray getAnnotations() const { in getAnnotations() function 1101 getRawRank(), getAnnotations()); in cloneImpl() 1229 DINodeArray getAnnotations() const { in getAnnotations() function 1886 getRetainedNodes(), getThrownTypes(), getAnnotations(), in cloneImpl() 2026 DINodeArray getAnnotations() const { in getAnnotations() function 2954 getAnnotations()); 2984 DINodeArray getAnnotations() const { 3094 getAlignInBits(), getAnnotations()); 3124 DINodeArray getAnnotations() const {
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 772 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE() 1010 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE() 1251 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes() 1599 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
|
| H A D | DwarfCompileUnit.cpp | 187 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE() 1518 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyVariableAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1720 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIDerivedType() 1751 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDICompositeType() 1847 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDISubprogram() 1996 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIGlobalVariable() 2028 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDILocalVariable()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2321 EXPECT_EQ(Annotations, N->getAnnotations().get()); in TEST_F()
|