Searched defs:LLVMType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 37 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument 48 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1099 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1150 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1194 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1247 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2204 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument 2213 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument 2302 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 2308 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1471 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in createDataVariable() argument 1526 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in createDataVariable() argument 1582 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1185 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|