Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp41 auto &debugInfo = GetDebugInfo(pandaFile); in GetSourceLocation()
64 auto &table = GetDebugInfo(pandaFile).GetLineNumberTable(methodId); in GetCurrentLineLocations()
299 auto &debugInfo = GetDebugInfo(method->GetPandaFile()); in GetLocals()
327 return GetDebugInfo(&it->second.first).GetSourceCode(it->second.second); in GetSourceCode()
348 const panda_file::DebugInfoExtractor &DebugInfoCache::GetDebugInfo(const panda_file::File *file) in GetDebugInfo() function in ark::tooling::inspector::DebugInfoCache
H A Ddebug_info_cache.h55 const panda_file::DebugInfoExtractor &GetDebugInfo(const panda_file::File *file);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.h49 DebugInfo *GetDebugInfo() const in GetDebugInfo() function in panda::ecmascript::kungfu::IRModule
H A Dpass_manager.cpp118 circuit_ = new Circuit(compilationEnv_->GetNativeAreaAllocator(), ctx_->GetAOTModule()->GetDebugInfo(), in Compile()
121 circuit_ = new Circuit(compilationEnv_->GetNativeAreaAllocator(), ctx_->GetAOTModule()->GetDebugInfo(), in Compile()
302 Circuit circuit(compilationEnv_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(),
H A Dstub_compiler.cpp106 Circuit circuit(allocator, module->GetDebugInfo(), cs->GetName().c_str(), module->Is64Bit()); in RunPipeline()
H A Dcircuit.cpp103 if (!GetDebugInfo(gate, index)) { in GetComment()
109 bool Circuit::GetDebugInfo(GateRef g, size_t &index) const in GetDebugInfo() function in panda::ecmascript::kungfu::Circuit
H A Dcircuit.h227 bool GetDebugInfo(GateRef g, size_t &index) const;
H A Daot_compiler_preprocessor.cpp239 Circuit circuit(vm_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(), in AnalyzeGraph()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp259 auto *dbg = data->omi->GetDebugInfo(); in ProcessCodeData()
272 auto newDbg = data->nmi->GetDebugInfo(); in ProcessCodeData()
H A Dlinker_context.cpp274 if (auto odbg = oi->GetDebugInfo(); !conf_.stripDebugInfo && odbg != nullptr) { in UpdateDebugInfo()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp116 auto debugInfo = inst->GetDebugInfo(); in BuildGraphNestedFunction()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp268 auto *debug_item = method->GetDebugInfo(); in DeduplicateDebugInfo()
H A Dfile_reader.cpp1342 auto *debug_info_item = method_item->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies()
1435 auto *debug_info_item = method_item->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
H A Dfile_items.h953 DebugInfoItem *GetDebugInfo() const in GetDebugInfo() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp285 auto *debugItem = method->GetDebugInfo(); in DeduplicateDebugInfo()
H A Dfile_items.h919 DebugInfoItem *GetDebugInfo() in GetDebugInfo() function in ark::panda_file::ClassTag::MethodTag::FieldTag::MethodItem
971 DebugInfoItem *GetDebugInfo() const in GetDebugInfo() function in ark::panda_file::ClassTag::MethodTag
H A Dfile_reader.cpp1147 auto *debugInfoItem = methodItem->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies()
1248 auto *debugInfoItem = methodItem->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp689 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
H A Dllvm_ir_builder.cpp704 circuit_->GetDebugInfo(g, index); in SetDebugInfo()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h914 Span<const uint8_t> GetDebugInfo() const in GetDebugInfo() function in ark::CfiGenerator
1061 auto debugInfo {cfiGen.GetDebugInfo()}; in FillFrameSection()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1267 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1413 auto *debugInfo = method->GetDebugInfo(); in EmitDebugInfo()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp466 auto debugInfo = inst->GetDebugInfo(); in VisitGraph()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1655 InstDebugInfo *GetDebugInfo() const in GetDebugInfo() function

Completed in 59 milliseconds