Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h37 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
48 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
53 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1538 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateVTableProfData() argument
1554 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateVTableProfData() argument
1810 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in createDataVariable() argument
1865 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in createDataVariable() argument
1921 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1192 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
1243 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
1287 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
1340 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2460 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument
2469 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument
2558 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument
2564 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1270 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
1275 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Type Name; argument