Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp43 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up, in IRExecutionUnit() function in IRExecutionUnit
92 void IRExecutionUnit::FreeNow(lldb::addr_t allocation) { in FreeNow()
502 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
508 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
674 void IRExecutionUnit::CollectCandidateCPlusPlusNames( in CollectCandidateCPlusPlusNames()
897 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
1021 IRExecutionUnit::AddrRange
1151 uint32_t IRExecutionUnit::GetAddressByteSize() const { in GetAddressByteSize()
1161 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
1180 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture()
[all …]
H A DExpressionVariable.cpp51 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
66 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()
644 lldb_private::IRExecutionUnit &execution_unit, in Interpret()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/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.cpp1390 execution_unit_sp = std::make_shared<IRExecutionUnit>( in PrepareForExecution()
H A DIRForTarget.cpp73 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn31 "IRExecutionUnit.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h109 class IRExecutionUnit; variable
339 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;