Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp183 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 DInstrProfReader.cpp460 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 DInstrProfCorrelator.h125 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 DInstrProfReader.h309 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 DInstrProfData.inc78 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 DInstrProf.h1170 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 DCoverageMapping.h1094 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 DCoverageMappingReader.cpp569 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 DInstrProfiling.h34 typedef void *IntPtrT; typedef
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc78 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), \