Home
last modified time | relevance | path

Searched refs:AppleObjCRuntime (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp44 AppleObjCRuntime::GetObjectDescription (Stream &str, ValueObject &valobj) in GetObjectDescription()
64 AppleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scop… in GetObjectDescription()
177 AppleObjCRuntime::GetObjCModule () in GetObjCModule()
190 if (AppleObjCRuntime::AppleIsModuleObjCLibrary(module_sp)) in GetObjCModule()
201 AppleObjCRuntime::GetPrintForDebuggerAddr() in GetPrintForDebuggerAddr()
223 AppleObjCRuntime::CouldHaveDynamicValue (ValueObject &in_value) in CouldHaveDynamicValue()
231 AppleObjCRuntime::GetDynamicTypeAndAddress (ValueObject &in_value, in GetDynamicTypeAndAddress()
240 AppleObjCRuntime::AppleIsModuleObjCLibrary (const ModuleSP &module_sp) in AppleIsModuleObjCLibrary()
257 AppleObjCRuntime::IsModuleObjCLibrary (const ModuleSP &module_sp) in IsModuleObjCLibrary()
263 AppleObjCRuntime::ReadObjCLibrary (const ModuleSP &module_sp) in ReadObjCLibrary()
[all …]
DAppleObjCRuntime.h26 class AppleObjCRuntime :
31 virtual ~AppleObjCRuntime() { } in ~AppleObjCRuntime()
113 AppleObjCRuntime(Process *process) : in AppleObjCRuntime() function
DAppleObjCRuntimeV1.cpp41 AppleObjCRuntime (process), in AppleObjCRuntimeV1()
81 if (AppleObjCRuntime::GetObjCVersion (process, objc_module_sp) == eAppleObjC_V1) in CreateInstance()
297 AppleObjCRuntime::ClassDescriptorSP
301 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass()
304 return AppleObjCRuntime::ClassDescriptorSP(); in GetSuperclass()
DCMakeLists.txt4 AppleObjCRuntime.cpp
DAndroid.mk13 AppleObjCRuntime.cpp \
DAppleObjCRuntimeV1.h24 public AppleObjCRuntime
DAppleObjCRuntimeV2.h30 public AppleObjCRuntime
DAppleObjCRuntimeV2.cpp336 AppleObjCRuntime (process), in AppleObjCRuntimeV2()
414 if (AppleObjCRuntime::GetObjCVersion (process, objc_module_sp) == eAppleObjC_V2) in CreateInstance()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/
DCMakeLists.txt1 add_subdirectory(AppleObjCRuntime)
/external/lldb/source/Plugins/
DMakefile21 LanguageRuntime/ObjC/AppleObjCRuntime \
DAndroid.mk14 LanguageRuntime/ObjC/AppleObjCRuntime \
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj512 …13B40B82003BDF98 /* AppleObjCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CCA644213…
1529 …3BDF98 /* AppleObjCRuntime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1530 …2003BDF98 /* AppleObjCRuntime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
3339 4CCA644113B40B82003BDF98 /* AppleObjCRuntime */,
3344 4CCA644113B40B82003BDF98 /* AppleObjCRuntime */ = {
3347 4CCA644213B40B82003BDF98 /* AppleObjCRuntime.cpp */,
3348 4CCA644313B40B82003BDF98 /* AppleObjCRuntime.h */,
3360 path = AppleObjCRuntime;
4220 4CCA645013B40B82003BDF98 /* AppleObjCRuntime.cpp in Sources */,