Home
last modified time | relevance | path

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

/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/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-project/compiler-rt/include/profile/
DInstrProfData.inc199 /* COVMAP_FUNC_RECORD start */
203 #ifndef COVMAP_FUNC_RECORD
204 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
209 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
212 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, \
228 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
231 COVMAP_FUNC_RECORD(const char, \
[all …]
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc199 /* COVMAP_FUNC_RECORD start */
203 #ifndef COVMAP_FUNC_RECORD
204 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
209 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
212 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, \
228 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FilenamesRef, \
231 COVMAP_FUNC_RECORD(const char, \
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc201 /* COVMAP_FUNC_RECORD start */
205 #ifndef COVMAP_FUNC_RECORD
206 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
211 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
214 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, \
227 #undef COVMAP_FUNC_RECORD
228 /* COVMAP_FUNC_RECORD end. */
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h765 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
815 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
859 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h692 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; macro
724 #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
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp1434 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() macro
1443 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() macro