Displaying 5 results from an estimated 5 matches for "insertflush".
2013 Feb 06
3
[LLVMdev] LLVM Coverage GCDA Flush API
...or
>> gcc.
>>
>> If there is another way of doing this, I might of missed it but I was
>> looking for `__gcov_flush` and I did not find the equivalent in llvm at the
>> moment.
>>
>
> __gcov_flush is added by the GCOVProfiling.cpp pass by
> GCOVProfiler::insertFlush.
>
> --
> Joshua Cranmer
> News submodule owner
> DXR coauthor
>
>
> ______________________________**_________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<ht...
2013 Feb 06
0
[LLVMdev] LLVM Coverage GCDA Flush API
...t;>> If there is another way of doing this, I might of missed it but I was
>>> looking for `__gcov_flush` and I did not find the equivalent in llvm at the
>>> moment.
>>>
>>
>> __gcov_flush is added by the GCOVProfiling.cpp pass by
>> GCOVProfiler::insertFlush.
>>
>> --
>> Joshua Cranmer
>> News submodule owner
>> DXR coauthor
>>
>>
>> ______________________________**_________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists....
2013 Feb 06
0
[LLVMdev] LLVM Coverage GCDA Flush API
...sh` the same way `__gcov_flush`
> works for gcc.
>
> If there is another way of doing this, I might of missed it but I was
> looking for `__gcov_flush` and I did not find the equivalent in llvm
> at the moment.
__gcov_flush is added by the GCOVProfiling.cpp pass by
GCOVProfiler::insertFlush.
--
Joshua Cranmer
News submodule owner
DXR coauthor
2013 Feb 06
2
[LLVMdev] LLVM Coverage GCDA Flush API
The way `-ftest-coverage -fprofile-arcs` works at the moment it only
flushes via `atexit()`. This patch allows you to flush the coverage at any
point by calling `__llvm_gcov_flush` the same way `__gcov_flush` works for
gcc.
If there is another way of doing this, I might of missed it but I was
looking for `__gcov_flush` and I did not find the equivalent in llvm at the
moment.
--
John Harrison
2013 Feb 07
1
[LLVMdev] LLVM Coverage GCDA Flush API
...gcov_flush` the same way `__gcov_flush` works for gcc.
>
> If there is another way of doing this, I might of missed it but I was looking for `__gcov_flush` and I did not find the equivalent in llvm at the moment.
>
> __gcov_flush is added by the GCOVProfiling.cpp pass by GCOVProfiler::insertFlush.
>
> --
> Joshua Cranmer
> News submodule owner
> DXR coauthor
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>...