Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
231 void IRExecutionUnit::ReportSymbolLookupError(ConstString name) { in ReportSymbolLookupError()
235 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.cpp52 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
67 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DCMakeLists.txt8 IRExecutionUnit.cpp
H A DIRInterpreter.cpp99 lldb_private::IRExecutionUnit &m_execution_unit;
113 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame()
682 lldb_private::IRExecutionUnit &execution_unit, in Interpret()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
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 DExpressionParser.h19 class IRExecutionUnit; variable
124 std::shared_ptr<IRExecutionUnit> &execution_unit_sp,
H A DIRInterpreter.h43 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;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h46 class IRExecutionUnit; variable
86 lldb_private::IRExecutionUnit &execution_unit,
436 lldb_private::IRExecutionUnit &m_execution_unit;
H A DClangExpressionParser.h33 class IRExecutionUnit; variable
H A DClangExpressionParser.cpp1378 execution_unit_sp = std::make_shared<IRExecutionUnit>( in PrepareForExecution()
H A DIRForTarget.cpp74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
/openbsd-src/gnu/usr.bin/clang/liblldbExpression/
H A DMakefile15 IRExecutionUnit.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn31 "IRExecutionUnit.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h109 class IRExecutionUnit; variable
343 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;