Searched defs:INSTR_PROF_DATA (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfiling.h | 24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 913 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() macro 927 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1123 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
|