Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp292 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 DCoverageMapping.h677 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 DCoverageMappingReader.cpp389 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 DInstrProfReader.h179 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 DInstrProfData.inc79 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 DInstrProf.h1010 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 DInstrProfiling.h23 typedef void *IntPtrT; typedef
H A DInstrProfData.inc79 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), \