Home
last modified time | relevance | path

Searched refs:DebugLevel (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDebug.h86 static uint32_t DebugLevel = 0; in getDebugLevel() local
90 DebugLevel = std::stoi(EnvStr); in getDebugLevel()
93 return DebugLevel; in getDebugLevel()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h33 int DebugLevel; variable
55 DebugLevel = getDebugLevel(); in RemoteOffloadClient()
106 int DebugLevel; variable
114 DebugLevel = getDebugLevel(); in RemoteClientManager()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A DUtils.h25 if (DebugLevel > 0) { \
34 if (DebugLevel > 0) { \
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.h47 int DebugLevel; variable
55 DebugLevel = getDebugLevel(); in RemoteOffloadImpl()
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst434 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),