Home
last modified time | relevance | path

Searched refs:GetCStr (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DDataExtractorTest.cpp70 TEST(DataExtractorTest, GetCStr) { in TEST() argument
75 EXPECT_STREQ("foo", E.GetCStr(&offset)); in TEST()
84 EXPECT_STREQ("", E.GetCStr(&offset)); in TEST()
93 EXPECT_EQ(nullptr, E.GetCStr(&offset)); in TEST()
102 EXPECT_EQ(nullptr, E.GetCStr(&offset)); in TEST()
111 EXPECT_STREQ("foo", E.GetCStr(&offset)); in TEST()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacro.cpp76 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
DDWARFFormValue.cpp71 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
239 debug_info_data.GetCStr(offset_ptr); in SkipValue()
DDWARFDebugInfoEntry.cpp100 data.GetCStr(&offset); in Extract()
/external/llvm-project/lldb/source/Host/openbsd/
DHost.cpp72 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
/external/llvm-project/lldb/source/Host/freebsd/
DHost.cpp67 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
97 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/external/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp69 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h280 const char *GetCStr(lldb::offset_t *offset_ptr) const;
303 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.h98 const char *GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
DDNBDataRef.cpp150 const char *DNBDataRef::GetCStr(offset_t *offset_ptr, in GetCStr() function in DNBDataRef
DRNBRemote.cpp6411 cstr = data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6422 data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6426 while ((cstr = data.GetCStr(&offset))) { in HandlePacket_qProcessInfo()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp925 const char *queue_label = extractor.GetCStr(&offset); in PopulateQueuesUsingLibBTR()
971 item.enqueuing_thread_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
972 item.enqueuing_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
973 item.target_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp849 const char *path = packet.GetCStr(&offset); in DumpPacket()
899 reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket()
1009 const char *path = packet.GetCStr(&offset); in DumpPacket()
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp787 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
817 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp552 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
837 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp235 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1207 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1246 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1271 data.GetCStr(&Offset); in ParseARMAttributes()
1277 data.GetCStr(&Offset); in ParseARMAttributes()
1490 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp418 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm509 const char *cstr = data.GetCStr(&offset);
528 cstr = data.GetCStr(&offset);
534 while ((cstr = data.GetCStr(&offset))) {
/external/llvm-project/lldb/source/API/
DSBData.cpp320 value = m_opaque_sp->GetCStr(&offset); in GetString()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp588 if (const char *name = m_data.GetCStr(&string_file_offset)) in GetSectionName()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1985 import_name = data.GetCStr(&offset); in ParseTrieEntries()
2040 const char *cstr = data.GetCStr(&children_offset); in ParseTrieEntries()