Home
last modified time | relevance | path

Searched refs:ObjectFileJITDelegate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h20 class ObjectFileJITDelegate {
22 ObjectFileJITDelegate() = default;
23 virtual ~ObjectFileJITDelegate() = default;
H A DIRExecutionUnit.h58 public ObjectFileJITDelegate {
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h133 class ObjectFileJITDelegate; variable
368 typedef std::shared_ptr<lldb_private::ObjectFileJITDelegate>
370 typedef std::weak_ptr<lldb_private::ObjectFileJITDelegate>
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1194 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule()