Searched defs:LLVMType (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
H A 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 836 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 886 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 930 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 983 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1012 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 1051 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 1108 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1630 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument 1639 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument 1730 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 1736 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1209 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|