Searched defs:debugData (Results 1 – 3 of 3) sorted by relevance
24 std::unique_ptr<ark::llvmbackend::DebugDataBuilder> debugData) in WrappedModule()
5084 … LLVMArkInterface *arkInterface, const std::unique_ptr<DebugDataBuilder> &debugData) in LLVMIrConstructor()
458 auto debugData = std::make_unique<DebugDataBuilder>(module.get(), filename_); in CreateModule() local