Searched refs:IntPtrT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 183 template <class IntPtrT> 185 InstrProfCorrelatorImpl<IntPtrT>::get( in get() 205 template <class IntPtrT> 242 template <class IntPtrT> 256 template <class IntPtrT> 283 template <class IntPtrT> 309 template <class IntPtrT> 325 template <class IntPtrT> 429 template <class IntPtrT> 442 template <class IntPtrT> [all …]
|
| H A D | InstrProfReader.cpp | 460 template <class IntPtrT> 465 template <class IntPtrT> 484 template <class IntPtrT> 494 template <class IntPtrT> 506 template <class IntPtrT> 534 template <class IntPtrT> 547 template <class IntPtrT> 635 template <class IntPtrT> 641 template <class IntPtrT> 647 template <class IntPtrT> [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 125 template <class IntPtrT> 133 const RawInstrProf::ProfileData<IntPtrT> *getDataPointer() const { 140 static llvm::Expected<std::unique_ptr<InstrProfCorrelatorImpl<IntPtrT>>> 145 std::vector<RawInstrProf::ProfileData<IntPtrT>> Data; 157 IntPtrT CounterOffset, IntPtrT FunctionPtr, 169 llvm::DenseSet<IntPtrT> CounterOffsets; 174 template <class IntPtrT> 175 class DwarfInstrProfCorrelator : public InstrProfCorrelatorImpl<IntPtrT> { 179 : InstrProfCorrelatorImpl<IntPtrT>(std::move(Ctx)), 228 template <class IntPtrT> [all …]
|
| H A D | InstrProfReader.h | 309 template <class IntPtrT> 316 const InstrProfCorrelatorImpl<IntPtrT> *Correlator; 327 const RawInstrProf::ProfileData<IntPtrT> *Data; 328 const RawInstrProf::ProfileData<IntPtrT> *DataEnd; 352 Correlator(dyn_cast_or_null<const InstrProfCorrelatorImpl<IntPtrT>>( in RawInstrProfReader()
|
| H A D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, CounterPtr, RelativeCounterPtr) 79 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr) 84 INSTR_PROF_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), FunctionPointer, \ 86 INSTR_PROF_DATA(IntPtrT, llvm::PointerType::getUnqual(Ctx), Values, \ 218 COVMAP_FUNC_RECORD(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
|
| H A D | InstrProf.h | 1170 template <class IntPtrT> inline uint64_t getMagic(); 1184 template <class IntPtrT> struct alignas(8) ProfileData {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1094 template <class IntPtrT> 1096 using ThisT = CovMapFunctionRecordV1<IntPtrT>; 1113 template <llvm::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() 1114 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr); in getFuncNameRef() 1120 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName() 1304 template <int CovMapVersion, class IntPtrT> struct CovMapTraits { 1309 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version3, IntPtrT> { 1314 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> { 1319 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> { 1320 using CovMapFuncRecordType = CovMapFunctionRecordV1<IntPtrT>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 569 template <class IntPtrT, llvm::endianness Endian> 577 template <CovMapVersion Version, class IntPtrT, llvm::endianness Endian> 580 typename CovMapTraits<Version, IntPtrT>::CovMapFuncRecordType; 801 template <class IntPtrT, llvm::endianness Endian> 811 CovMapVersion::Version1, IntPtrT, Endian>>(P, R, D, F); in get() 823 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get() 826 CovMapVersion::Version3, IntPtrT, Endian>>(P, R, D, F); in get() 829 CovMapVersion::Version4, IntPtrT, Endian>>(P, R, D, F); in get() 832 CovMapVersion::Version5, IntPtrT, Endian>>(P, R, D, F); in get() 835 CovMapVersion::Version6, IntPtrT, Endian>>(P, R, D, F); in get() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 34 typedef void *IntPtrT; typedef
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 78 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, CounterPtr, RelativeCounterPtr) 79 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr) 84 INSTR_PROF_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), FunctionPointer, \ 86 INSTR_PROF_DATA(IntPtrT, llvm::PointerType::getUnqual(Ctx), Values, \ 218 COVMAP_FUNC_RECORD(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
|