reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/profile/InstrProfiling.h
  123 int __llvm_profile_write_file(void);

References

projects/compiler-rt/lib/profile/InstrProfilingFile.c
  709   int rc = __llvm_profile_write_file();
  770 static void writeFileWithoutReturn(void) { __llvm_profile_write_file(); }