Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/
H A Dstepping-tests.m10 @interface SourceBase: NSObject interface
14 - (SourceBase *) initWithFirst: (int) first andSecond: (int) second;
19 @implementation SourceBase implementation
22 printf ("Called in SourceBase version of randomMethod.\n"); // SourceBase randomMethod start line.
27 return my_return; // SourceBase returnsStruct start line.
30 - (SourceBase *) initWithFirst: (int) first andSecond: (int) second
39 @interface Source : SourceBase
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/
H A Ddynamic-value.m3 // SourceBase will be the base class of Source. We'll pass a Source object into a
4 // function as a SourceBase, and then see if the dynamic typing can get us through the KVO
7 @interface SourceBase: NSObject interface
11 - (SourceBase *) init;
15 @implementation SourceBase implementation
16 - (SourceBase *) init
33 @interface Source : SourceBase
121 handle_SourceBase (SourceBase *object)
/llvm-project-15.0.7/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm3 // SourceBase will be the base class of Source. We'll pass a Source object into a
4 // function as a SourceBase, and then see if the dynamic typing can get us through the KVO
7 @interface SourceBase: NSObject interface
11 - (SourceBase *) init;
15 @implementation SourceBase implementation
16 - (SourceBase *) init
33 @interface Source : SourceBase
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1731 Value *SourceBase, *SourceOffset; in makeStatepointExplicitImpl() local
1732 std::tie(SourceBase, SourceOffset) = GetBaseAndOffset(Source); in makeStatepointExplicitImpl()
1740 CallArgs.push_back(SourceBase); in makeStatepointExplicitImpl()