Searched refs:IntPtrT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 292 template <class IntPtrT> 302 template <class IntPtrT> 314 template <class IntPtrT> 340 template <class IntPtrT> 353 template <class IntPtrT> 394 template <class IntPtrT> 400 template <class IntPtrT> 406 template <class IntPtrT> 410 IntPtrT CounterPtr = Data->CounterPtr; in readRawCounts() 433 template <class IntPtrT> [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 677 template <class IntPtrT> struct CovMapFunctionRecordV1 { 694 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() 695 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr); in getFuncNameRef() 701 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName() 775 template <int CovMapVersion, class IntPtrT> struct CovMapTraits { 780 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> { 781 using CovMapFuncRecordType = CovMapFunctionRecordV1<IntPtrT>; 782 using NameRefType = IntPtrT;
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 389 template <class IntPtrT, support::endianness Endian> 397 template <CovMapVersion Version, class IntPtrT, support::endianness Endian> 400 typename CovMapTraits<Version, IntPtrT>::CovMapFuncRecordType; 401 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; 524 template <class IntPtrT, support::endianness Endian> 534 CovMapVersion::Version1, IntPtrT, Endian>>(P, R, F); in get() 542 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, F); in get() 545 CovMapVersion::Version3, IntPtrT, Endian>>(P, R, F); in get()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 179 template <class IntPtrT> 191 const RawInstrProf::ProfileData<IntPtrT> *Data; 192 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; 260 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter()
|
| H A D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ 88 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 210 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
|
| H A D | InstrProf.h | 1010 template <class IntPtrT> inline uint64_t getMagic(); 1024 template <class IntPtrT> struct alignas(8) ProfileData {
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 23 typedef void *IntPtrT; typedef
|
| H A D | InstrProfData.inc | 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ 88 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 210 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
|