Searched refs:INSTR_PROF_DATA (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfData.inc | 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) \ 60 /* INSTR_PROF_DATA start. */ 62 #ifndef INSTR_PROF_DATA 63 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 68 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 71 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \ 73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 76 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), NamePtr, \ [all …]
|
| H A D | InstrProfiling.h | 24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 32 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 40 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 46 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 65 /* INSTR_PROF_DATA start. */ 67 #ifndef INSTR_PROF_DATA 68 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 85 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ [all …]
|
| H A D | InstrProf.h | 1123 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) 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
|