MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / IsVariableDebugDeclared

Method IsVariableDebugDeclared

source/opt/debug_info_manager.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464bool DebugInfoManager::IsVariableDebugDeclared(uint32_t variable_id) {
465 auto dbg_decl_itr = var_id_to_dbg_decl_.find(variable_id);
466 return dbg_decl_itr != var_id_to_dbg_decl_.end();
467}
468
469bool DebugInfoManager::KillDebugDeclares(uint32_t variable_id) {
470 bool modified = false;

Callers 3

ProcessVariableMethod · 0.80
TESTFunction · 0.80

Calls 1

endMethod · 0.45

Tested by 1

TESTFunction · 0.64