Home
last modified time | relevance | path

Searched refs:DebugKind (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DConfiguration.h21 enum DebugKind : uint32_t { enum
41 bool isDebugMode(DebugKind Level);
H A DDebug.h28 if (config::isDebugMode(config::DebugKind::Assertion) && !(expr)) \
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DConfiguration.cpp34 return __omp_rtl_debug_kind & omptarget_device_environment.DebugKind; in getDebugKind()
49 bool config::isDebugMode(config::DebugKind Kind) { in isDebugMode()
H A DDebug.cpp67 if (config::isDebugMode(config::DebugKind::FunctionTracing) && in DebugEntryRAII()
80 if (config::isDebugMode(config::DebugKind::FunctionTracing) && in ~DebugEntryRAII()
H A DState.cpp137 if (config::isDebugMode(config::DebugKind::CommonIssues)) in push()
172 if (config::isDebugMode(config::DebugKind::CommonIssues) && Ptr == nullptr) in allocGlobal()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp803 enum class DebugKind { enum
817 return DebugKind::None; in parseDebugKind()
819 return DebugKind::Full; in parseDebugKind()
821 DebugKind debug = StringSwitch<DebugKind>(a->getValue()) in parseDebugKind()
834 return DebugKind::Full; in parseDebugKind()
836 if (debug == DebugKind::Unknown) { in parseDebugKind()
838 return DebugKind::None; in parseDebugKind()
1544 if (debug == DebugKind::Full || debug == DebugKind::Dwarf || in linkerMain()
1545 debug == DebugKind::GHash || debug == DebugKind::NoGHash) { in linkerMain()
1568 (debug == DebugKind::Full || debug == DebugKind::GHash || in linkerMain()
[all …]
/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDeviceEnvironment.h19 uint32_t DebugKind; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp580 switch (DebugKind) { in CreateCompileUnit()
1866 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()
2367 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
2380 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
2442 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()
2494 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()
2497 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()
3354 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()
4306 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
4320 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
[all …]
H A DCGDebugInfo.h59 const codegenoptions::DebugInfoKind DebugKind; variable
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1803 HostDeviceEnv.DebugKind = 0; in DeviceEnvironment()
1806 HostDeviceEnv.DebugKind = std::stoi(EnvStr); in DeviceEnvironment()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp941 DeviceEnv.DebugKind = std::stoi(EnvStr); in loadBinary()