Searched defs:execution_unit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 114 InterpreterStackFrame(DataLayout & target_data,lldb_private::IRExecutionUnit & execution_unit,lldb::addr_t stack_frame_bottom,lldb::addr_t stack_frame_top) InterpreterStackFrame() argument 686 Interpret(llvm::Module & module,llvm::Function & function,llvm::ArrayRef<lldb::addr_t> args,lldb_private::IRExecutionUnit & execution_unit,lldb_private::Status & error,lldb::addr_t stack_frame_bottom,lldb::addr_t stack_frame_top,lldb_private::ExecutionContext & exe_ctx,lldb_private::Timeout<std::micro> timeout) Interpret() argument [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument
|