| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 26 #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 D | corrupted-profile.c | 34 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
|
| H A D | binary-id-padding.c | 32 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 824 #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 D | InstrProfiling.cpp | 1000 #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 D | CoverageMappingGen.cpp | 1627 #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 D | InstrProf.h | 1177 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|