Home
last modified time | relevance | path

Searched refs:gcda_path (Results 1 – 6 of 6) sorted by relevance

/dports/devel/grcov/grcov-0.8.2/src/
H A Dproducer.rs356 let gcda_path = tmp_dir.join(format!("{}_{}.gcda", stem, num + 1)); in gcno_gcda_producer() localVariable
357 if gcda_archive.extract(&gcda, &gcda_path) || (num == 0 && !ignore_orphan_gcno) in gcno_gcda_producer()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c1994 char *gcda_path = format("%s/%s.gcda", dir, p); in calculate_common_hash() local
1995 cc_log("Hashing coverage path %s", gcda_path); in calculate_common_hash()
1998 hash_string(hash, gcda_path); in calculate_common_hash()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c1994 char *gcda_path = format("%s/%s.gcda", dir, p); in calculate_common_hash() local
1995 cc_log("Hashing coverage path %s", gcda_path); in calculate_common_hash()
1998 hash_string(hash, gcda_path); in calculate_common_hash()
/dports/devel/ccache/ccache-3.7.12/src/
H A Dccache.c2006 char *gcda_path = format("%s/%s.gcda", dir, p); in calculate_common_hash() local
2007 cc_log("Hashing coverage path %s", gcda_path); in calculate_common_hash()
2010 hash_string(hash, gcda_path); in calculate_common_hash()
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dccache.c2006 char *gcda_path = format("%s/%s.gcda", dir, p); in calculate_common_hash() local
2007 cc_log("Hashing coverage path %s", gcda_path); in calculate_common_hash()
2010 hash_string(hash, gcda_path); in calculate_common_hash()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/debuginfo/
H A Dmetadata.rs1122 let gcda_path = in compile_unit_metadata() localVariable
1127 path_to_mdstring(debug_context.llcontext, gcda_path), in compile_unit_metadata()