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

References

projects/compiler-rt/lib/profile/InstrProfilingFile.c
  230     char *Copy = (char *)COMPILER_RT_ALLOCA(Length + 1);
  340   FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1);
  575   FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1);
  669   FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1);
  726   FilenameBuf = (char *)COMPILER_RT_ALLOCA(Length + 1);
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
  135       SiteCountArray[I] = (uint8_t *)COMPILER_RT_ALLOCA(Sz);