Searched refs:CUNode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 35 : M(m), VMContext(M.getContext()), CUNode(CU), in DIBuilder() 70 if (!CUNode) { in finalize() 76 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes)); in finalize() 89 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues)); in finalize() 99 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs)); in finalize() 102 CUNode->replaceImportedEntities(MDTuple::get( in finalize() 150 CUNode = DICompileUnit::getDistinct( in createCompileUnit() 158 NMD->addOperand(CUNode); in createCompileUnit() 159 trackIfUnresolved(CUNode); in createCompileUnit() 160 return CUNode; in createCompileUnit() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 765 CUNode->getRetainedTypes().empty() && in beginModule() 766 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule() 788 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule() 793 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule() 802 for (auto *IE : CUNode->getImportedEntities()) in beginModule() 920 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local 922 if (CUNode->getMacros()) in finalizeModuleInfo() 930 if (CUNode->getDWOId()) in finalizeModuleInfo() 931 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo() 2498 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfo() local [all …]
|
| H A D | DwarfUnit.h | 44 const DICompileUnit *CUNode; 89 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() 90 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode()
|
| H A D | DwarfCompileUnit.cpp | 257 DD->addAccelName(*CUNode, GV->getName(), *VariableDIE); in getOrCreateGlobalVariableDIE() 263 DD->addAccelName(*CUNode, GV->getLinkageName(), *VariableDIE); in getOrCreateGlobalVariableDIE() 288 if (CUNode->isDebugDirectivesOnly()) in initStmtList() 357 DD->addSubprogramNames(*CUNode, SP, *SPDie); in updateSubprogramScopeDIE() 500 DD->addSubprogramNames(*CUNode, InlinedSP, *ScopeDIE); in constructInlinedScopeDIE() 952 switch (CUNode->getNameTableKind()) { in hasDwarfPubSections() 961 !CUNode->isDebugDirectivesOnly(); in hasDwarfPubSections()
|
| H A D | DwarfUnit.cpp | 75 CUNode(Node), Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr) { in DwarfUnit() 237 if (CUNode->isDebugDirectivesOnly()) in addString() 679 DD->addAccelType(*CUNode, Ty->getName(), TyDIE, Flags); in updateAcceleratorTables() 1052 DD->addAccelNamespace(*CUNode, Name, NDie); in getOrCreateNameSpace() 1162 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes() 1301 DD->addAccelType(*CUNode, Name, *IndexTyDie, /*Flags*/ 0); in getIndexTyDie()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 745 for (const DICompileUnit *CUNode : M->debug_compile_units()) { in endModule() local 746 for (const auto *GVE : CUNode->getGlobalVariables()) { in endModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 46 DICompileUnit *CUNode; ///< The one compile unit created by this DIBuiler. variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 5267 llvm::NamedMDNode *CUNode = TheModule.getNamedMetadata("llvm.dbg.cu"); in EmitCoverageFile() local 5268 if (!CUNode) in EmitCoverageFile() 5277 for (int i = 0, e = CUNode->getNumOperands(); i != e; ++i) { in EmitCoverageFile() 5278 llvm::MDNode *CU = CUNode->getOperand(i); in EmitCoverageFile()
|