Lines Matching refs:Name
24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name;
29 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name;
89 * Writes to the file with the last name given to \a __llvm_profile_set_filename(),
91 * or if that's not set, the last name given to
103 * \c Name is not copied, so it must remain valid. Passing NULL resets the
106 void __llvm_profile_set_filename(const char *Name);
115 * \c Name is not copied, so it must remain valid. Passing NULL resets the
119 void __llvm_profile_override_default_filename(const char *Name);