Searched refs:getAnnotations (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 679 processDeclAnnotations(DV->getAnnotations(), FuncId, Arg - 1); in processDISubprogram() 682 processDeclAnnotations(SP->getAnnotations(), FuncId, -1); in processDISubprogram() 690 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() 763 processDeclAnnotations(CTy->getAnnotations(), TypeId, -1); in visitStructType() 772 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 778 processDeclAnnotations(Elem->getAnnotations(), TypeId, FieldNo); in visitStructType() 910 SeenPointer = Tag == dwarf::DW_TAG_pointer_type && !DTy->getAnnotations(); in visitDerivedType() 945 processDeclAnnotations(DTy->getAnnotations(), TypeId, -1); in visitDerivedType() 1011 !DTy->getAnnotations()) { in visitTypeEntry() 1601 processDeclAnnotations(DIGlobal->getAnnotations(), VarId, -1); in processGlobals()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1414 DINodeArray getAnnotations() const { in getAnnotations() function 1867 DINodeArray getAnnotations() const { in getAnnotations() function 2307 getRetainedNodes(), getThrownTypes(), getAnnotations(), in cloneImpl() 2453 DINodeArray getAnnotations() const { in getAnnotations() function 3915 getAnnotations()); 3945 DINodeArray getAnnotations() const { 4056 getAlignInBits(), getAnnotations()); 4086 DINodeArray getAnnotations() const {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 849 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE() 1177 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE() 1437 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes() 1859 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
|
| H A D | DwarfCompileUnit.cpp | 229 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE() 1688 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyCommonDbgVariableAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1999 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIDerivedType() 2059 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDICompositeType() 2160 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDISubprogram() 2318 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDIGlobalVariable() 2350 Record.push_back(VE.getMetadataOrNullID(N->getAnnotations().get())); in writeDILocalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6939 OldVar->getFlags(), OldVar->getAlignInBits(), OldVar->getAnnotations()); in FixupDebugInfoForOutlinedFunction()
|