Searched refs:COVMAP_FUNC_RECORD (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 188 /* 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/ |
D | InstrProfData.inc | 188 /* 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/swiftshader/third_party/llvm-7.0/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, \ 217 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 221 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \ 224 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 226 #undef COVMAP_FUNC_RECORD 227 /* COVMAP_FUNC_RECORD end. */
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 503 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 532 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 690 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro 722 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 965 #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
|