Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp232 template <class IntPtrT>
233 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
238 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()
239 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()
242 template <class IntPtrT>
243 std::error_code RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
250 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()
254 template <class IntPtrT>
256 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
273 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h151 template <class IntPtrT>
159 const RawInstrProf::ProfileData<IntPtrT> *Data;
160 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
215 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter()
219 const char *getName(IntPtrT NamePtr) const { in getName()
DInstrProf.h534 template <class IntPtrT> inline uint64_t getMagic();
548 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData {
575 template <class IntPtrT> struct CovMapFunctionRecord {
DInstrProfData.inc76 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), \
/external/compiler-rt/lib/profile/
DInstrProfiling.h21 typedef void *IntPtrT; typedef
DInstrProfData.inc76 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), \