Searched defs:COVMAP_FUNC_RECORD (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 825 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 875 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 919 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1609 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() macro 1618 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() macro
|