Searched refs:getAnnotations (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 611 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram() 614 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram() 622 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() 683 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 690 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 839 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1473 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1004 getDWARFAddressSpace(), getFlags(), getExtraData(), getAnnotations()); in cloneImpl() 1052 DINodeArray getAnnotations() const { in getAnnotations() function 1142 getRawRank(), getAnnotations()); in cloneImpl() 1270 DINodeArray getAnnotations() const { in getAnnotations() function 1934 getRetainedNodes(), getThrownTypes(), getAnnotations(), in cloneImpl() 2074 DINodeArray getAnnotations() const { in getAnnotations() function 3058 getAnnotations()); 3088 DINodeArray getAnnotations() const { 3198 getAlignInBits(), getAnnotations()); 3228 DINodeArray getAnnotations() const {
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 771 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE() 1011 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE() 1252 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes() 1597 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
|
| H A D | DwarfCompileUnit.cpp | 187 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE() 1523 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyVariableAttributes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1759 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIDerivedType() 1790 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDICompositeType() 1886 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDISubprogram() 2044 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIGlobalVariable() 2076 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDILocalVariable()
|