Searched defs:LLVMType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/ |
| D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument 37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| D | CoverageMapping.h | 825 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 875 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 919 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 972 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 926 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 940 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 1013 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CoverageMappingGen.cpp | 1609 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument 1618 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument 1709 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 1715 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| D | InstrProf.h | 1125 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|