Searched defs:LLVMType (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfiling.h | 24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
H A 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
|
/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() argument 927 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 988 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1123 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|