Searched refs:voidstar (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSException.cpp | 77 CompilerType voidstar = in ExtractFields() local 83 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 87 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 91 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 95 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
|
D | NSString.cpp | 42 CompilerType voidstar = in GetNSPathStore2Type() local 49 {{"isa", voidstar}, {"lengthAndRef", uint32}, {"buffer", voidstar}}); in GetNSPathStore2Type()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 543 CompilerType voidstar = in GetExceptionObjectForThread() local 572 eLanguageTypeC, voidstar, addr, ValueList(), "caller", error); in GetExceptionObjectForThread() 595 voidstar); in GetExceptionObjectForThread()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV2.cpp | 2617 CompilerType voidstar = in ObjCExceptionRecognizedStackFrame() local 2622 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame() 2630 value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
|