Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dcorrupted-profile.c34 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
H A Dbinary-id-padding.c32 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h824 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
874 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
918 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
971 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1000 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument
1039 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument
1097 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1627 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument
1636 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument
1727 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument
1733 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h1177 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument