Home
last modified time | relevance | path

Searched refs:llvm_gcda_emit_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/test/Transforms/GCOVProfiling/
H A Dfunction-numbering.ll22 ; GCDA: call void @llvm_gcda_emit_function(i32 0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
23 ; GCDA: call void @llvm_gcda_emit_function(i32 1, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c347 void llvm_gcda_emit_function(uint32_t ident, const char *function_name, in llvm_gcda_emit_function() function