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

Definitions

include/llvm/ProfileData/InstrProf.h
 1112   #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name;
include/llvm/ProfileData/InstrProfData.inc
   68 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
lib/Transforms/Instrumentation/InstrProfiling.cpp
  821 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType,
  835 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init,