reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SystemInitializerFull.cpp
  246   AppleObjCRuntimeV2::Initialize();
  343   AppleObjCRuntimeV2::Terminate();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  501 void ClassDescriptorV2::iVarsStorage::fill(AppleObjCRuntimeV2 &runtime,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
  201     void fill(AppleObjCRuntimeV2 &runtime, ClassDescriptorV2 &descriptor);
  212   ClassDescriptorV2(AppleObjCRuntimeV2 &runtime,
  224   AppleObjCRuntimeV2
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  501       return new AppleObjCRuntimeV2(process, objc_module_sp);
 1151     Process *process, AppleObjCRuntimeV2 *runtime,
 1284 AppleObjCRuntimeV2::DescriptorMapUpdateResult
 1549 AppleObjCRuntimeV2::DescriptorMapUpdateResult
 2082 AppleObjCRuntimeV2::NonPointerISACache *
 2084     AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) {
 2150 AppleObjCRuntimeV2::TaggedPointerVendorV2 *
 2152     AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) {
 2328         AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
 2391     AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
 2479     AppleObjCRuntimeV2 &runtime, const ModuleSP &objc_module_sp,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  117     bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
  131     CreateInstance(AppleObjCRuntimeV2 &runtime,
  137     NonPointerISACache(AppleObjCRuntimeV2 &runtime,
  150     AppleObjCRuntimeV2 &m_runtime;
  176     CreateInstance(AppleObjCRuntimeV2 &runtime,
  180     AppleObjCRuntimeV2 &m_runtime;
  182     TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime)
  198         AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
  228         AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
  266     TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime)
tools/lldb/tools/lldb-test/SystemInitializerTest.cpp
  208   AppleObjCRuntimeV2::Initialize();
  295   AppleObjCRuntimeV2::Terminate();
usr/include/c++/7.4.0/bits/alloc_traits.h
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
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
  202 	shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
  343 		   _Args&&... __args)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  703     make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1111         __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
 1317 		     _Args&&... __args)
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };