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

Definitions

projects/compiler-rt/lib/profile/InstrProfData.inc
  126 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer)
projects/compiler-rt/lib/profile/InstrProfiling.h
   31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name;
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
  272 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init;