Home
last modified time | relevance | path

Searched refs:ProfilingData (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h35 using ProfilingData = SmallDenseMap<uint64_t, InstrProfRecord>;
41 StringMap<ProfilingData> FunctionData;
51 StringMap<ProfilingData> &getProfileData() { return FunctionData; } in getProfileData()
118 bool shouldEncodeData(const ProfilingData &PD);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling.cc43 struct ProfilingData { struct
63 thread_local ProfilingData TLD{{0}, {0}};
75 static ProfilingData *getThreadLocalData() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
168 static void postCurrentThreadFCT(ProfilingData &T) XRAY_NEVER_INSTRUMENT { in postCurrentThreadFCT()
438 auto T = reinterpret_cast<ProfilingData *>(P); in profilingLoggingInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp96 using data_type = const InstrProfWriter::ProfilingData *const;
97 using data_type_ref = const InstrProfWriter::ProfilingData *const;
208 ProfilingData::iterator Where; in overlapRecord()
231 ProfilingData::iterator Where; in addRecord()
260 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()