Searched refs:COVMAP_FUNC_RECORD (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 147 /* COVMAP_FUNC_RECORD start */ 151 #ifndef COVMAP_FUNC_RECORD 152 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 156 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \ 159 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 162 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ 165 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 167 #undef COVMAP_FUNC_RECORD 168 /* COVMAP_FUNC_RECORD end. */
|
D | InstrProf.h | 576 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 147 /* COVMAP_FUNC_RECORD start */ 151 #ifndef COVMAP_FUNC_RECORD 152 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 156 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \ 159 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \ 162 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ 165 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 167 #undef COVMAP_FUNC_RECORD 168 /* COVMAP_FUNC_RECORD end. */
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 917 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() macro 926 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() macro
|