Searched refs:debugInfo_ (Results 1 – 6 of 6) sorted by relevance
33 debugInfo_(debugInfo) in Circuit()38 if (funcName != nullptr && debugInfo_->IsEnable()) { in Circuit()39 debugInfo_->AddFuncDebugInfo(funcName); in Circuit()48 debugInfo_ = nullptr; in ~Circuit()79 ASSERT(debugInfo_ != nullptr); in AddComment()80 if (!debugInfo_->IsEnable()) { in AddComment()85 ASSERT(debugInfo_ != nullptr); in AddComment()86 size_t index = debugInfo_->AddComment(str); in AddComment()
204 return debugInfo_; in GetDebugInfo()285 DebugInfo* debugInfo_ {nullptr};
273 DebugInfo* debugInfo_ {nullptr};
2401 debugInfo_ = new DebugInfo(allocator, logDbg); in LLVMModule()2430 if (debugInfo_ != nullptr) { in ~LLVMModule()2431 delete debugInfo_; in ~LLVMModule()2432 debugInfo_ = nullptr; in ~LLVMModule()
64 pg_->debugInfo_.variableDebugInfo.push_back(pg_->scope_); in LocalRegScope()111 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
83 debugInfo_(allocator_), in PandaGen()205 return debugInfo_; in Debuginfo()487 debugInfo_.firstStmt = stmt; in SetFirstStmt()509 DebugInfo debugInfo_; variable