Searched defs:CallFrame (Results 1 – 2 of 2) sorted by relevance
131 struct CallFrame { struct133 llvm::SmallVector<void*, 32> args;146 llvm::SmallVector<uint8_t, 128> results;149 bool has_set_outputs = false;152 bool is_error = false;157 llvm::StringRef error;
115 func (thread *Thread) CallFrame(depth int) CallFrame { func239 type CallFrame struct { struct240 Name string241 Pos syntax.Position