Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp44 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up, in IRExecutionUnit() function in IRExecutionUnit
57 lldb::addr_t IRExecutionUnit::WriteNow(const uint8_t *bytes, size_t size, in WriteNow()
93 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
102 Status IRExecutionUnit::DisassembleFunction(Stream &stream, in DisassembleFunction()
230 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError()
234 void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr, in GetRunnableInfo()
504 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
510 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
513 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
515 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName( in GetSectionTypeFromSectionName()
[all …]
H A DExpressionVariable.cpp58 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
73 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DExpressionParser.cpp20 std::shared_ptr<IRExecutionUnit> &execution_unit_sp, in PrepareForExecution()
H A DIRInterpreter.cpp100 lldb_private::IRExecutionUnit &m_execution_unit;
114 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame()
686 lldb_private::IRExecutionUnit &execution_unit, in Interpret()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h19 class IRExecutionUnit; variable
124 std::shared_ptr<IRExecutionUnit> &execution_unit_sp,
133 std::shared_ptr<IRExecutionUnit> &execution_unit_sp,
H A DIRExecutionUnit.h56 class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
61 IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up,
67 ~IRExecutionUnit() override;
238 MemoryManager(IRExecutionUnit &parent);
322 IRExecutionUnit &m_parent; ///< The execution unit this is a proxy for.
H A DIRInterpreter.h44 lldb_private::IRExecutionUnit &execution_unit,
H A DUtilityFunction.h114 std::shared_ptr<IRExecutionUnit> m_execution_unit_sp;
H A DLLVMUserExpression.h102 std::shared_ptr<IRExecutionUnit>
H A DFunctionCaller.h291 std::shared_ptr<IRExecutionUnit> m_execution_unit_sp;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h46 class IRExecutionUnit; variable
86 lldb_private::IRExecutionUnit &execution_unit,
350 lldb_private::IRExecutionUnit &m_execution_unit;
H A DClangExpressionParser.h33 class IRExecutionUnit; variable
H A DClangExpressionParser.cpp1365 execution_unit_sp = std::make_shared<IRExecutionUnit>( in DoPrepareForExecution()
H A DIRForTarget.cpp74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h111 class IRExecutionUnit; variable
360 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;
/freebsd/lib/clang/liblldb/
H A DMakefile243 SRCS+= Expression/IRExecutionUnit.cpp