Searched refs:save_arguments (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DProfiling.h20 /* save_arguments - Save argc and argv as passed into the program for the file
23 int save_arguments(int argc, const char **argv);
H A DEdgeProfiling.c40 int Ret = save_arguments(argc, argv);
H A DOptimalEdgeProfiling.c40 int Ret = save_arguments(argc, argv);
H A DBasicBlockTracing.c55 Ret = save_arguments(argc, argv);
H A DCommonProfiling.c34 /* save_arguments - Save argc and argv as passed into the program for the file
37 int save_arguments(int argc, const char **argv) { function
H A DPathProfiling.c264 int Ret = save_arguments(argc, argv);

Completed in 81 milliseconds