Searched refs:COVMAP_FUNC_RECORD (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| D | InstrProfData.inc | 200 /* COVMAP_FUNC_RECORD start */ 204 #ifndef COVMAP_FUNC_RECORD 205 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 210 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \ 213 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 218 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 222 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ 225 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 229 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \ 232 COVMAP_FUNC_RECORD(const char, \ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/ |
| D | InstrProfData.inc | 200 /* COVMAP_FUNC_RECORD start */ 204 #ifndef COVMAP_FUNC_RECORD 205 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 210 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \ 213 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 218 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 222 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ 225 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 229 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \ 232 COVMAP_FUNC_RECORD(const char, \ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| 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
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| 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
|