| 60 | virtual Status GetCodegendComputeFnImpl( |
| 61 | LlvmCodeGen* codegen, llvm::Function** fn) override WARN_UNUSED_RESULT; |
| 62 | virtual bool IsSlotRef() const override { return true; } |
| 63 | virtual int GetSlotIds(std::vector<SlotId>* slot_ids) const override; |
| 64 | const SlotId& slot_id() const { return slot_id_; } |
| 65 | static const char* LLVM_CLASS_NAME; |
no outgoing calls
no test coverage detected