Home
last modified time | relevance | path

Searched defs:LLVMType (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h26 #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 DCoverageMapping.h836 #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 DInstrProfiling.cpp1012 #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 DCoverageMappingGen.cpp1630 #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 DInstrProf.h1209 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument