|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Derived Classes
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 59 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
include/llvm/ExecutionEngine/RTDyldMemoryManager.h 32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp 270 class NullManager : public llvm::RuntimeDyld::MemoryManager {
References
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 59 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 50 std::function<std::unique_ptr<RuntimeDyld::MemoryManager>()>;
133 std::vector<std::unique_ptr<RuntimeDyld::MemoryManager>> MemMgrs;
348 std::shared_ptr<RuntimeDyld::MemoryManager> MemMgr;
include/llvm/ExecutionEngine/RTDyldMemoryManager.h 32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
include/llvm/ExecutionEngine/RuntimeDyld.h 175 RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver);
273 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
283 MemoryManager &MemMgr;
297 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
lib/ExecutionEngine/Orc/OrcCBindingsStack.h 287 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp 124 RuntimeDyld::MemoryManager *MemMgr = nullptr;
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 1256 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr,
1273 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM,
1284 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM,
1296 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM,
1408 RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp 48 RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h 34 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 223 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
241 RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h 164 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
169 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h 247 RuntimeDyld::MemoryManager &MemMgr;
464 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 350 RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h 51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr,
126 RuntimeDyld::MemoryManager &MemMgr,
154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h 26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h 49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h 57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h 24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h 25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 28 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 25 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h 25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM,
tools/lli/RemoteJITUtils.h 82 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) {
146 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp 270 class NullManager : public llvm::RuntimeDyld::MemoryManager {
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/shared_ptr.h 93 class shared_ptr : public __shared_ptr<_Tp>
107 using element_type = typename __shared_ptr<_Tp>::element_type;
236 shared_ptr(const shared_ptr<_Yp>& __r) noexcept
253 shared_ptr(shared_ptr<_Yp>&& __r) noexcept
299 _Assignable<const shared_ptr<_Yp>&>
300 operator=(const shared_ptr<_Yp>& __r) noexcept
324 _Assignable<shared_ptr<_Yp>>
325 operator=(shared_ptr<_Yp>&& __r) noexcept
352 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
usr/include/c++/7.4.0/bits/shared_ptr_base.h 882 : is_convertible<_Yp*, _Tp*>::type
882 : is_convertible<_Yp*, _Tp*>::type
956 using element_type = _Tp;
1035 : public __shared_ptr_access<_Tp, _Lp>
1038 using element_type = typename remove_extent<_Tp>::type;
1126 __shared_ptr(const __shared_ptr<_Yp, _Lp>& __r) noexcept
1138 __shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept
1192 _Assignable<_Yp>
1193 operator=(const __shared_ptr<_Yp, _Lp>& __r) noexcept
1218 _Assignable<_Yp>
1219 operator=(__shared_ptr<_Yp, _Lp>&& __r) noexcept
1272 swap(__shared_ptr<_Tp, _Lp>& __other) noexcept
1344 __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)
1601 using element_type = typename remove_extent<_Tp>::type;
1684 __shared_ptr<_Tp, _Lp>
1720 _M_assign(_Tp* __ptr, const __shared_count<_Lp>& __refcount) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h 68 default_delete(const default_delete<_Up>&) noexcept { }
72 operator()(_Tp* __ptr) const
74 static_assert(!is_void<_Tp>::value,
76 static_assert(sizeof(_Tp)>0,
122 using type = _Up*;
137 using pointer = typename _Ptr<_Tp, _Dp>::type;
161 typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
163 __uniq_ptr_impl<_Tp, _Dp> _M_t;
166 using pointer = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
167 using element_type = _Tp;
252 unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
297 __safe_conversion_up<_Up, _Ep>,
301 operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
824 make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits 215 : public __is_void_helper<typename remove_cv<_Tp>::type>::type
581 : public __or_<is_lvalue_reference<_Tp>,
582 is_rvalue_reference<_Tp>>::type
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
602 is_void<_Tp>>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
1554 { typedef _Tp type; };
1563 { typedef _Tp type; };
1574 remove_const<typename remove_volatile<_Tp>::type>::type type;
1633 { typedef _Tp type; };
1645 { typedef _Tp& type; };
1650 : public __add_lvalue_reference_helper<_Tp>
1942 { typedef _Tp type; };