| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 37 #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 59 #define COVINIT_FUNC(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1535 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateVTableProfData() argument 1551 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateVTableProfData() argument 1808 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in createDataVariable() argument 1867 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in createDataVariable() argument 1923 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
| H A D | GCOVProfiling.cpp | 1027 #define COVINIT_FUNC(Type, LLVMType, Name, Init) LLVMType, in emitModuleInitFunctionPtrs() argument 1034 #define COVINIT_FUNC(Type, LLVMType, Name, Init) Init, in emitModuleInitFunctionPtrs() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1268 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1319 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1363 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 1416 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2499 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument 2508 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument 2597 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 2603 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
| H A D | CGOpenMPRuntime.cpp | 4933 llvm::Type *LLVMType = CGF.ConvertTypeForMem(PrivateType); in emitPrivateReduction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1333 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument 1338 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Type Name; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 1805 const Type *LLVMType = getTypeForSPIRVType(BaseType); in getOrCreateSPIRVPointerType() local
|