Searched defs:COVMAP_FUNC_RECORD (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1192 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 1243 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 1287 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 2460 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() macro 2469 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() macro
|