Searched refs:debug_info_map (Results 1 – 2 of 2) sorted by relevance
34 void setDebugInfoMap(BackendDebugInfoMapType&& debug_info_map) { in setDebugInfoMap() argument35 debug_info_map_ = std::move(debug_info_map); in setDebugInfoMap()
397 auto debug_info_map = debug_info_recorder.stopRecording(); in codegen_backend_module() local401 backend_debug_info->setDebugInfoMap(std::move(debug_info_map)); in codegen_backend_module()