Home
last modified time | relevance | path

Searched refs:callee_inlined_at2chain_ (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.h47 callee_inlined_at2chain_[callee_instr_inlined_at] = chain_head_id; in SetDebugInlinedAtChain()
51 auto chain_itr = callee_inlined_at2chain_.find(callee_instr_inlined_at); in GetDebugInlinedAtChain()
52 if (chain_itr != callee_inlined_at2chain_.end()) return chain_itr->second; in GetDebugInlinedAtChain()
67 std::unordered_map<uint32_t, uint32_t> callee_inlined_at2chain_; variable
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.h48 callee_inlined_at2chain_[callee_instr_inlined_at] = chain_head_id; in SetDebugInlinedAtChain()
52 auto chain_itr = callee_inlined_at2chain_.find(callee_instr_inlined_at); in GetDebugInlinedAtChain()
53 if (chain_itr != callee_inlined_at2chain_.end()) return chain_itr->second; in GetDebugInlinedAtChain()
68 std::unordered_map<uint32_t, uint32_t> callee_inlined_at2chain_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.h47 callee_inlined_at2chain_[callee_instr_inlined_at] = chain_head_id; in SetDebugInlinedAtChain()
51 auto chain_itr = callee_inlined_at2chain_.find(callee_instr_inlined_at); in GetDebugInlinedAtChain()
52 if (chain_itr != callee_inlined_at2chain_.end()) return chain_itr->second; in GetDebugInlinedAtChain()
67 std::unordered_map<uint32_t, uint32_t> callee_inlined_at2chain_; variable