OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_arguments
(Results
1 - 6
of
6
) sorted by null
/external/llvm/runtime/libprofile/
Profiling.h
20
/*
save_arguments
- Save argc and argv as passed into the program for the file
23
int
save_arguments
(int argc, const char **argv);
EdgeProfiling.c
40
int Ret =
save_arguments
(argc, argv);
OptimalEdgeProfiling.c
40
int Ret =
save_arguments
(argc, argv);
BasicBlockTracing.c
55
Ret =
save_arguments
(argc, argv);
CommonProfiling.c
34
/*
save_arguments
- Save argc and argv as passed into the program for the file
37
int
save_arguments
(int argc, const char **argv) {
function
PathProfiling.c
269
int Ret =
save_arguments
(argc, argv);
Completed in 389 milliseconds