Lines Matching refs:DBGBuildSourcePath
375 CFStringRef build_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGBuildSourcePath")));
608 std::string DBGBuildSourcePath;
611 cf_str = (CFStringRef)CFDictionaryGetValue ((CFDictionaryRef) uuid_dict, CFSTR("DBGBuildSourcePath"));
614 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath);
623 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty())
625 module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DBGSourcePath.c_str()), true);