Searched refs:INSTR_PROF_VTABLE_DATA (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 53 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 103 #ifndef INSTR_PROF_VTABLE_DATA 104 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) 108 INSTR_PROF_VTABLE_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), \ 111 INSTR_PROF_VTABLE_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \ 113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \ 116 #undef INSTR_PROF_VTABLE_DATA 117 /* INSTR_PROF_VTABLE_DATA end. */
|
H A D | InstrProf.h | 1275 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Type Name; macro
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 103 #ifndef INSTR_PROF_VTABLE_DATA 104 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) 108 INSTR_PROF_VTABLE_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), \ 111 INSTR_PROF_VTABLE_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \ 113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \ 116 #undef INSTR_PROF_VTABLE_DATA 117 /* INSTR_PROF_VTABLE_DATA end. */
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1538 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateVTableProfData() macro 1540 #undef INSTR_PROF_VTABLE_DATA in getOrCreateVTableProfData() 1554 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateVTableProfData() macro 1556 #undef INSTR_PROF_VTABLE_DATA in getOrCreateVTableProfData()
|