Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp40 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_ap, in IRExecutionUnit() function in IRExecutionUnit
491 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
497 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
710 struct IRExecutionUnit::SearchSpec {
719 void IRExecutionUnit::CollectCandidateCNames( in CollectCandidateCNames()
756 void IRExecutionUnit::CollectFallbackNames( in CollectFallbackNames()
782 lldb::addr_t IRExecutionUnit::FindInSymbols( in FindInSymbols()
971 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
1062 IRExecutionUnit::AddrRange
1201 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
[all …]
H A DExpressionVariable.cpp52 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
69 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DIRInterpreter.cpp98 lldb_private::IRExecutionUnit &m_execution_unit;
112 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame()
646 lldb_private::IRExecutionUnit &execution_unit, in Interpret()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h59 class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
66 IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_ap,
74 ~IRExecutionUnit() override;
266 MemoryManager(IRExecutionUnit &parent);
347 IRExecutionUnit &m_parent; ///< The execution unit this is a proxy for.
H A DExpressionParser.h20 class IRExecutionUnit; variable
150 std::shared_ptr<IRExecutionUnit> &execution_unit_sp,
H A DIRInterpreter.h47 lldb_private::IRExecutionUnit &execution_unit,
H A DUtilityFunction.h124 std::shared_ptr<IRExecutionUnit> m_execution_unit_sp;
H A DLLVMUserExpression.h99 std::shared_ptr<IRExecutionUnit>
H A DFunctionCaller.h334 std::shared_ptr<IRExecutionUnit> m_execution_unit_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h44 class IRExecutionUnit; variable
97 lldb_private::IRExecutionUnit &execution_unit,
576 lldb_private::IRExecutionUnit &
H A DClangExpressionParser.h29 class IRExecutionUnit; variable
H A DClangExpressionParser.cpp1112 new IRExecutionUnit(m_llvm_context, // handed off here in PrepareForExecution()
H A DIRForTarget.cpp71 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h122 class IRExecutionUnit; variable
363 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile201 SRCS+= Expression/IRExecutionUnit.cpp