Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc85 : old_sw_(cc->cur_switch_), cc_(cc) { in SwitchStack()
89 cc_->cur_switch_ = old_sw_; in ~SwitchStack()
92 SwitchInst *old_sw_; member in ebpf::cc::SwitchStack