Searched refs:GetPlatformAtIndex (Results 1 – 5 of 5) sorted by relevance
24 host_platform = self.dbg.GetPlatformAtIndex(0)43 platform = self.dbg.GetPlatformAtIndex(platform_idx)53 host_platform = self.dbg.GetPlatformAtIndex(0)
322 ) GetPlatformAtIndex;324 GetPlatformAtIndex (uint32_t idx);
36 obj.GetPlatformAtIndex(0xffffffff)
169 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
1056 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() function in SBDebugger1057 LLDB_RECORD_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in GetPlatformAtIndex()1777 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in RegisterMethods()