Home
last modified time | relevance | path

Searched refs:getProfileLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dprivate.h195 llvm::TimeTraceScope TimeScope(__FUNCTION__, SI.getProfileLocation())
198 llvm::TimeTraceScope TimeScope(NAME, SI.getProfileLocation())
/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h96 const char *getProfileLocation() const { return SourceStr.data(); } in getProfileLocation() function