/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | debug_info_cache.cpp | 41 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 D | debug_info_cache.h | 55 const panda_file::DebugInfoExtractor &GetDebugInfo(const panda_file::File *file);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ir_module.h | 49 DebugInfo *GetDebugInfo() const in GetDebugInfo() function in panda::ecmascript::kungfu::IRModule
|
H A D | pass_manager.cpp | 118 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 D | stub_compiler.cpp | 106 Circuit circuit(allocator, module->GetDebugInfo(), cs->GetName().c_str(), module->Is64Bit()); in RunPipeline()
|
H A D | circuit.cpp | 103 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 D | circuit.h | 227 bool GetDebugInfo(GateRef g, size_t &index) const;
|
H A D | aot_compiler_preprocessor.cpp | 239 Circuit circuit(vm_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(), in AnalyzeGraph()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_code_parser_context.cpp | 259 auto *dbg = data->omi->GetDebugInfo(); in ProcessCodeData() 272 auto newDbg = data->nmi->GetDebugInfo(); in ProcessCodeData()
|
H A D | linker_context.cpp | 274 if (auto odbg = oi->GetDebugInfo(); !conf_.stripDebugInfo && odbg != nullptr) { in UpdateDebugInfo()
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | dwarf_builder.cpp | 116 auto debugInfo = inst->GetDebugInfo(); in BuildGraphNestedFunction()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.cpp | 268 auto *debug_item = method->GetDebugInfo(); in DeduplicateDebugInfo()
|
H A D | file_reader.cpp | 1342 auto *debug_info_item = method_item->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies() 1435 auto *debug_info_item = method_item->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
|
H A D | file_items.h | 953 DebugInfoItem *GetDebugInfo() const in GetDebugInfo() function in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.cpp | 285 auto *debugItem = method->GetDebugInfo(); in DeduplicateDebugInfo()
|
H A D | file_items.h | 919 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 D | file_reader.cpp | 1147 auto *debugInfoItem = methodItem->GetDebugInfo(); in UpdateCodeAndDebugInfoDependencies() 1248 auto *debugInfoItem = methodItem->GetDebugInfo(); in ComputeLayoutAndUpdateIndices()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 689 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
|
H A D | llvm_ir_builder.cpp | 704 circuit_->GetDebugInfo(g, index); in SetDebugInfo()
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 914 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 D | assembly-emitter.cpp | 1267 auto *debug_info = method->GetDebugInfo(); in EmitDebugInfo()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-emitter.cpp | 1413 auto *debugInfo = method->GetDebugInfo(); in EmitDebugInfo()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 466 auto debugInfo = inst->GetDebugInfo(); in VisitGraph()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 1655 InstDebugInfo *GetDebugInfo() const in GetDebugInfo() function
|