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()
95 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
104 Status IRExecutionUnit::DisassembleFunction(Stream &stream, in DisassembleFunction()
227 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError()
231 void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr, in GetRunnableInfo()
503 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
509 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
512 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
514 lldb::SectionType IRExecutionUnit::GetSectionTypeFromSectionName( in GetSectionTypeFromSectionName()
[all …]
H A DExpressionVariable.cpp59 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
74 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DExpressionParser.cpp20 std::shared_ptr<IRExecutionUnit> &execution_unit_sp, in PrepareForExecution()
H A DIRInterpreter.cpp98 lldb_private::IRExecutionUnit &m_execution_unit;
112 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame()
685 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.h57 class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
62 IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up,
68 ~IRExecutionUnit() override;
245 MemoryManager(IRExecutionUnit &parent);
329 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 DIRForTarget.cpp74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
H A DClangExpressionParser.cpp1539 execution_unit_sp = std::make_shared<IRExecutionUnit>( in DoPrepareForExecution()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h111 class IRExecutionUnit; variable
365 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;
/freebsd/lib/clang/liblldb/
H A DMakefile246 SRCS+= Expression/IRExecutionUnit.cpp