Lines Matching refs:INSTR_PROF_DATA
33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
66 /* INSTR_PROF_DATA start. */
68 #ifndef INSTR_PROF_DATA
69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \
88 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \
90 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
92 INSTR_PROF_DATA(const uint16_t, Int16ArrayTy, NumValueSites[IPVK_Last+1], \
94 #undef INSTR_PROF_DATA
95 /* INSTR_PROF_DATA end. */