reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/InstrProfData.inc
  216 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
  217                    llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
  220 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \
  221                    llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx),\
  223 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
  224                    llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1330         llvm::StructType::get(Ctx, makeArrayRef(FunctionRecordTypes),
 1342         llvm::ConstantExpr::getBitCast(NamePtr, llvm::Type::getInt8PtrTy(Ctx)));