Searched refs:IntPtrT (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 301 template <class IntPtrT> 302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() 307 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat() 308 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat() 311 template <class IntPtrT> 312 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() 319 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader() 323 template <class IntPtrT> 324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() 341 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 820 template <class IntPtrT> 822 using ThisT = CovMapFunctionRecordV1<IntPtrT>; 839 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() 840 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr); in getFuncNameRef() 846 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName() 1013 template <int CovMapVersion, class IntPtrT> struct CovMapTraits { 1018 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version3, IntPtrT> { 1023 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> { 1028 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> { 1029 using CovMapFuncRecordType = CovMapFunctionRecordV1<IntPtrT>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 525 template <class IntPtrT, support::endianness Endian> 533 template <CovMapVersion Version, class IntPtrT, support::endianness Endian> 536 typename CovMapTraits<Version, IntPtrT>::CovMapFuncRecordType; 537 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; 742 template <class IntPtrT, support::endianness Endian> 752 CovMapVersion::Version1, IntPtrT, Endian>>(P, R, D, F); in get() 763 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get() 766 CovMapVersion::Version3, IntPtrT, Endian>>(P, R, D, F); in get() 769 CovMapVersion::Version4, IntPtrT, Endian>>(P, R, D, F); in get() 772 CovMapVersion::Version5, IntPtrT, Endian>>(P, R, D, F); in get() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 202 template <class IntPtrT> 214 const RawInstrProf::ProfileData<IntPtrT> *Data; 215 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; 294 ptrdiff_t getCounterOffset(IntPtrT CounterPtr) const { in getCounterOffset()
|
| H A D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 85 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ 87 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 209 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
|
| H A D | InstrProf.h | 1108 template <class IntPtrT> inline uint64_t getMagic(); 1122 template <class IntPtrT> struct alignas(8) ProfileData {
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfiling.h | 21 typedef void *IntPtrT; typedef
|
| H A D | InstrProfData.inc | 76 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), NamePtr, \ 78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 81 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ 83 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 156 COVMAP_FUNC_RECORD(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), \
|