Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h825 #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/
DInstrProfiling.cpp926 #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/
DCoverageMappingGen.cpp1609 #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/
DInstrProf.h1125 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument