| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | DataEncoderTest.cpp | 51 ASSERT_EQ(encoder.GetData(), in TEST() 54 ASSERT_EQ(encoder.GetData(), in TEST() 69 ASSERT_EQ(encoder.GetData(), in TEST() 72 ASSERT_EQ(encoder.GetData(), in TEST() 84 ASSERT_EQ(encoder.GetData(), in TEST() 95 ASSERT_EQ(encoder.GetData(), in TEST() 104 ASSERT_EQ(encoder.GetData(), in TEST() 107 ASSERT_EQ(encoder.GetData(), in TEST() 117 ASSERT_EQ(encoder.GetData(), in TEST() 120 ASSERT_EQ(encoder.GetData(), in TEST() [all …]
|
| H A D | TimerTest.cpp | 26 ASSERT_EQ(1, sscanf(ss.GetData(), "%lf sec for CAT1", &seconds)); in TEST() 46 ASSERT_EQ(1, sscanf(ss.GetData(), "%lf sec for CAT1", &seconds)); in TEST() 64 ASSERT_EQ(2, sscanf(ss.GetData(), in TEST() 68 << "String: " << ss.GetData(); in TEST() 99 6, sscanf(ss.GetData(), in TEST() 103 << "String: " << ss.GetData(); in TEST()
|
| H A D | ProcessInstanceInfoTest.cpp | 52 s.GetData()); in TEST() 74 s.GetData()); in TEST() 92 s.GetData()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 90 str.assign((const char *)data.GetData(&offset, 16), 16); in ExtractFromThin() 104 str.assign((const char *)data.GetData(&offset, 12), 12); in ExtractFromThin() 107 str.assign((const char *)data.GetData(&offset, 6), 6); in ExtractFromThin() 110 str.assign((const char *)data.GetData(&offset, 6), 6); in ExtractFromThin() 113 str.assign((const char *)data.GetData(&offset, 8), 8); in ExtractFromThin() 116 str.assign((const char *)data.GetData(&offset, 10), 10); in ExtractFromThin() 119 str.assign((const char *)data.GetData(&offset, 2), 2); in ExtractFromThin() 177 str.assign((const char *)data.GetData(&offset, 6), 6); in Extract() 180 str.assign((const char *)data.GetData(&offset, 6), 6); in Extract() 183 str.assign((const char *)data.GetData(&offset, 8), 8); in Extract() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 39 llvm::Expected<Terminal::Data> Terminal::GetData() { in GetData() function in Terminal 77 llvm::Expected<Data> data = GetData(); in SetEcho() 93 llvm::Expected<Data> data = GetData(); in SetCanonical() 109 llvm::Expected<Data> data = GetData(); in SetRaw() 274 llvm::Expected<Data> data = GetData(); in SetBaudRate() 300 llvm::Expected<Data> data = GetData(); in SetStopBits() 325 llvm::Expected<Data> data = GetData(); in SetParity() 358 llvm::Expected<Data> data = GetData(); in SetParityCheck() 380 llvm::Expected<Data> data = GetData(); in SetHardwareFlowControl()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/vector-types/ |
| H A D | TestVectorTypesFormatting.py | 59 self.assertEqual(v.GetChildAtIndex(0).GetData().float[0], 1.25, 61 self.assertEqual(v.GetChildAtIndex(1).GetData().float[0], 1.25, 63 self.assertEqual(v.GetChildAtIndex(2).GetData().float[0], 2.50, 65 self.assertEqual(v.GetChildAtIndex(3).GetData().float[0], 2.50,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 263 return m_disassembly.GetData(); in Disassemble() 767 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 797 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 815 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 837 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 899 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 911 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 924 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 996 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() 1013 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | DataBuffer.h | 60 llvm::ArrayRef<uint8_t> GetData() const { in GetData() function 102 using DataBuffer::GetData; 111 llvm::MutableArrayRef<uint8_t> GetData() { in GetData() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RegisterCheckpoint.h | 38 lldb::WritableDataBufferSP &GetData() { return m_data_sp; } in GetData() function 40 const lldb::WritableDataBufferSP &GetData() const { return m_data_sp; } in GetData() function
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFIndexCachingTest.cpp | 29 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() 56 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() 60 llvm::ArrayRef<uint8_t> strtab_bytes = strtab_encoder.GetData(); in EncodeDecode() 97 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() 208 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in EncodeDecode() 257 llvm::ArrayRef<uint8_t> bytes = encoder.GetData(); in TEST()
|
| H A D | SymbolFileDWARFTests.cpp | 98 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 143 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 188 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 223 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 252 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 280 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F() 306 data.SetData(encoder.GetData(), encoder.GetSize(), byte_order); in TEST_F()
|
| /llvm-project-15.0.7/lldb/unittests/debugserver/ |
| H A D | JSONTest.cpp | 35 EXPECT_EQ(string_val.GetData(), "foo"); in TEST() 65 EXPECT_EQ(string_val.GetData(), "foobar"); in TEST() 78 [](JSONString &string_val) { EXPECT_EQ(string_val.GetData(), "bar"); }); in TEST()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBStream.i | 54 cache for the stream data which can be accessed using this accessor.") GetData; 56 GetData ();
|
| H A D | SBTypeSynthetic.i | 42 GetData (); 72 synthetic_data = property(GetData, None)
|
| H A D | SBTypeSummary.i | 77 GetData (); 112 summary_data = property(GetData)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | function-template-specialization.cpp | 34 const int &GetData(bool); 37 const int &GetData<int>(bool b) { in GetData() function
|
| /llvm-project-15.0.7/lldb/test/API/python_api/exprpath_synthetic/ |
| H A D | main.mm | 9 …//% self.runCmd("expr %s = 12" % s.GetData()); self.assertTrue(v0.GetValueAsUnsigned() == 12, "val… 11 //% self.expect("po %s" % s.GetData(), substrs = ["World"])
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeSynthetic.cpp | 75 const char *SBTypeSynthetic::GetData() { in GetData() function in SBTypeSynthetic 157 if (strcmp(GetData(), rhs.GetData())) in IsEqualTo()
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | macros.swig | 6 const char *desc = stream.GetData(); 21 const char *desc = stream.GetData();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 85 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file() 110 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile() 138 LLDB_LOGF(log, "[PutFile] Running command: %s\n", command.GetData()); in PutFile() 140 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile() 176 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile() 195 LLDB_LOGF(log, "[GetFile] Running command: %s\n", command.GetData()); in GetFile() 197 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile() 469 LLDB_LOG(log, "{0}", stream.GetData()); in DebugProcess() 957 Status error = EvaluateLibdlExpression(process, expr.GetData(), prefix, in UnloadImage() 968 return Status("expression failed: \"%s\"", expr.GetData()); in UnloadImage()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/ |
| H A D | TestInlineStepping.py | 79 destination_description.GetData()) 103 destination_description.GetData() + 105 actual_description.GetData() + 116 destination_description.GetData(),
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | MangledTest.cpp | 27 llvm::ArrayRef<uint8_t> bytes = file.GetData(); in EncodeDecode() 31 llvm::ArrayRef<uint8_t> strtab_bytes = strtab_encoder.GetData(); in EncodeDecode()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 31 llvm::MemoryBufferRef(toStringRef(data_sp->GetData()), "minidump")); in Create() 42 llvm::ArrayRef<uint8_t> MinidumpParser::GetData() { in GetData() function in MinidumpParser 53 GetData().slice(module->CvRecord.RVA, module->CvRecord.DataSize); in GetModuleUUID() 94 if (location.RVA + location.DataSize > GetData().size()) in GetThreadContext() 96 return GetData().slice(location.RVA, location.DataSize); in GetThreadContext() 444 if (loc_desc.RVA + loc_desc.DataSize > GetData().size()) in FindMemoryRange() 477 if (base_rva + range_size > GetData().size()) in FindMemoryRange() 482 GetData().slice(base_rva, range_size)); in FindMemoryRange()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 71 DumpPacket(log_strm, request_packet.GetData(), request_packet.GetSize()); in SendRequestAndGetReply() 73 (uint32_t)log_strm.GetSize(), log_strm.GetData()); in SendRequestAndGetReply() 81 *((const uint16_t *)(request_packet.GetData() + 2))); in SendRequestAndGetReply() 86 const uint8_t request_sequence_id = (uint8_t)request_packet.GetData()[1]; in SendRequestAndGetReply() 133 const char *packet_data = request_packet.GetData(); in SendRequestPacketNoLock() 140 LLDB_LOGF(log, "%.*s", (uint32_t)log_strm.GetSize(), log_strm.GetData()); in SendRequestPacketNoLock() 242 (uint32_t)src_len, log_strm.GetData()); in CheckForPacket() 315 log_strm.GetData()); in CheckForPacket() 566 const void *src = reply_packet.GetData(&offset, src_len); in SendRequestReadMemory() 931 DumpHexBytes(&s, packet.GetData(&offset, size), size, 32, addr); in DumpPacket() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 17 if (const EventData *event_data = event_ptr->GetData()) in GetEventDataFromEventImpl() 19 return static_cast<const T *>(event_ptr->GetData()); in GetEventDataFromEventImpl()
|