Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp41 IRExecutionUnit::IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_up, in IRExecutionUnit() function in IRExecutionUnit
490 IRExecutionUnit::~IRExecutionUnit() { in ~IRExecutionUnit()
496 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager()
701 struct IRExecutionUnit::SearchSpec {
710 void IRExecutionUnit::CollectCandidateCNames( in CollectCandidateCNames()
744 void IRExecutionUnit::CollectFallbackNames( in CollectFallbackNames()
772 lldb::addr_t IRExecutionUnit::FindInSymbols( in FindInSymbols()
982 void IRExecutionUnit::GetStaticInitializers( in GetStaticInitializers()
1106 IRExecutionUnit::AddrRange
1246 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList()
[all …]
H A DExpressionVariable.cpp50 for (const IRExecutionUnit::JittedFunction &jitted_function : in RegisterExecutionUnit()
65 for (const IRExecutionUnit::JittedGlobalVariable &global_var : in RegisterExecutionUnit()
H A DIRInterpreter.cpp97 lldb_private::IRExecutionUnit &m_execution_unit;
111 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame()
635 lldb_private::IRExecutionUnit &execution_unit, in Interpret()
/freebsd-13.1/contrib/llvm-project/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;
243 MemoryManager(IRExecutionUnit &parent);
327 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;
/freebsd-13.1/contrib/llvm-project/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.cpp1387 execution_unit_sp = std::make_shared<IRExecutionUnit>( in PrepareForExecution()
H A DIRForTarget.cpp71 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h103 class IRExecutionUnit; variable
334 typedef std::shared_ptr<lldb_private::IRExecutionUnit> IRExecutionUnitSP;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile217 SRCS+= Expression/IRExecutionUnit.cpp