MCPcopy Create free account
hub / github.com/InoriRus/Kyty / GetDebugInlinedAt

Method GetDebugInlinedAt

source/3rdparty/vulkan/source/opt/debug_info_manager.cpp:355–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355Instruction* DebugInfoManager::GetDebugInlinedAt(uint32_t dbg_inlined_at_id) {
356 auto* inlined_at = GetDbgInst(dbg_inlined_at_id);
357 if (inlined_at == nullptr) return nullptr;
358 if (inlined_at->GetOpenCL100DebugOpcode() !=
359 OpenCLDebugInfo100DebugInlinedAt) {
360 return nullptr;
361 }
362 return inlined_at;
363}
364
365Instruction* DebugInfoManager::CloneDebugInlinedAt(uint32_t clone_inlined_at_id,
366 Instruction* insert_before) {

Callers 5

AggressiveDCEMethod · 0.45
CloneAndMapLocalsMethod · 0.45
AnalyzeDebugInstMethod · 0.45
ClearDebugInfoMethod · 0.45
ProcessMethod · 0.45

Calls 1

Tested by

no test coverage detected