Home
last modified time | relevance | path

Searched defs:LLVMType (Results 1 – 8 of 8) 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
59 #define COVINIT_FUNC(Type, LLVMType, Name, Initializer) Type Name; argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1535 #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 DGCOVProfiling.cpp1027 #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 DCoverageMapping.h1268 #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 DCoverageMappingGen.cpp2499 #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 DCGOpenMPRuntime.cpp4933 llvm::Type *LLVMType = CGF.ConvertTypeForMem(PrivateType); in emitPrivateReduction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1333 #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 DSPIRVGlobalRegistry.cpp1805 const Type *LLVMType = getTypeForSPIRVType(BaseType); in getOrCreateSPIRVPointerType() local