Home
last modified time | relevance | path

Searched refs:COVMAP_FUNC_RECORD (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfData.inc188 /* COVMAP_FUNC_RECORD start */
192 #ifndef COVMAP_FUNC_RECORD
193 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
198 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
201 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
209 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
214 #undef COVMAP_FUNC_RECORD
215 /* COVMAP_FUNC_RECORD end. */
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc188 /* COVMAP_FUNC_RECORD start */
192 #ifndef COVMAP_FUNC_RECORD
193 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
198 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
201 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
209 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
214 #undef COVMAP_FUNC_RECORD
215 /* COVMAP_FUNC_RECORD end. */
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h503 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
532 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp965 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() macro
974 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() macro