OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__llvm_profile_write_file
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/test/profile/
instrprof-write-file-only.c
8
int
__llvm_profile_write_file
(void);
22
__llvm_profile_write_file
();
instrprof-write-file.c
8
int
__llvm_profile_write_file
(void);
18
__llvm_profile_write_file
();
/external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c
15
int
__llvm_profile_write_file
();
65
if (
__llvm_profile_write_file
())
91
if (
__llvm_profile_write_file
())
/external/compiler-rt/lib/profile/
InstrProfiling.h
119
int
__llvm_profile_write_file
(void);
125
* \a
__llvm_profile_write_file
().
137
* \a
__llvm_profile_write_file
().
InstrProfilingFile.c
465
int
__llvm_profile_write_file
(void) {
function
496
static void writeFileWithoutReturn(void) {
__llvm_profile_write_file
(); }
Completed in 61 milliseconds