Home
last modified time | relevance | path

Searched defs:debugData (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.cpp24 std::unique_ptr<ark::llvmbackend::DebugDataBuilder> debugData) in WrappedModule()
Dllvm_ir_constructor.cpp5084 … LLVMArkInterface *arkInterface, const std::unique_ptr<DebugDataBuilder> &debugData) in LLVMIrConstructor()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp458 auto debugData = std::make_unique<DebugDataBuilder>(module.get(), filename_); in CreateModule() local