Home
last modified time | relevance | path

Searched refs:INSTR_PROF_VALUE_NODE (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfiling.h48 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; macro
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfData.inc130 /* INSTR_PROF_VALUE_NODE start. */
131 #ifndef INSTR_PROF_VALUE_NODE
132 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer)
136 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
138 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
140 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
142 #undef INSTR_PROF_VALUE_NODE
143 /* INSTR_PROF_VALUE_NODE end. */
/freebsd-head/contrib/llvm-project/compiler-rt/include/profile/
HDInstrProfData.inc130 /* INSTR_PROF_VALUE_NODE start. */
131 #ifndef INSTR_PROF_VALUE_NODE
132 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer)
136 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
138 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
140 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
142 #undef INSTR_PROF_VALUE_NODE
143 /* INSTR_PROF_VALUE_NODE end. */
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp1921 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() macro