HomeSort by relevance Sort by last modified time
    Searched refs:IntPtrT (Results 1 - 6 of 6) sorted by null

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

Completed in 148 milliseconds