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

Method BuildDebugScope

source/opt/debug_info_manager.cpp:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266DebugScope DebugInfoManager::BuildDebugScope(
267 const DebugScope& callee_instr_scope,
268 DebugInlinedAtContext* inlined_at_ctx) {
269 return DebugScope(callee_instr_scope.GetLexicalScope(),
270 BuildDebugInlinedAtChain(callee_instr_scope.GetInlinedAt(),
271 inlined_at_ctx));
272}
273
274uint32_t DebugInfoManager::BuildDebugInlinedAtChain(
275 uint32_t callee_inlined_at, DebugInlinedAtContext* inlined_at_ctx) {

Callers 2

InlineReturnMethod · 0.80

Calls 3

DebugScopeClass · 0.85
GetLexicalScopeMethod · 0.80
GetInlinedAtMethod · 0.80

Tested by

no test coverage detected