Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp77 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFFormValue.cpp73 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
241 debug_info_data.GetCStr(offset_ptr); in SkipValue()
H A DDWARFDebugInfoEntry.cpp108 data.GetCStr(&offset); in Extract()
/openbsd-src/gnu/llvm/lldb/source/Host/openbsd/
H A DHost.cpp79 cstr = data.GetCStr(&arg_offset); in GetOpenBSDProcessArgs()
101 cstr = data.GetCStr(&arg_offset); in GetOpenBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/
H A DHost.cpp67 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
97 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp70 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
94 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataExtractor.h291 const char *GetCStr(lldb::offset_t *offset_ptr) const;
314 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDataRef.h98 const char *GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
H A DDNBDataRef.cpp150 const char *DNBDataRef::GetCStr(offset_t *offset_ptr, in GetCStr() function in DNBDataRef
H A DRNBRemote.cpp6330 cstr = data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6341 data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6345 while ((cstr = data.GetCStr(&offset))) { in HandlePacket_qProcessInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp967 const char *queue_label = extractor.GetCStr(&offset); in PopulateQueuesUsingLibBTR()
1013 item.enqueuing_thread_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
1014 item.enqueuing_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
1015 item.target_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp848 const char *path = packet.GetCStr(&offset); in DumpPacket()
898 reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket()
1008 const char *path = packet.GetCStr(&offset); in DumpPacket()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp162 const char *id = data.GetCStr(&entry_id_offset); in ParseFileset()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp784 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
814 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp627 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
938 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp240 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1245 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1284 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1309 data.GetCStr(&Offset); in ParseARMAttributes()
1315 data.GetCStr(&Offset); in ParseARMAttributes()
1550 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp305 value = m_opaque_sp->GetCStr(&offset); in GetString()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm538 const char *cstr = data.GetCStr(&offset);
557 cstr = data.GetCStr(&offset);
563 while ((cstr = data.GetCStr(&offset))) {
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp131 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetDebugLinkContents()
763 if (const char *name = m_data.GetCStr(&string_file_offset)) in GetSectionName()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp547 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2041 import_name = data.GetCStr(&offset); in ParseTrieEntries()
2096 const char *cstr = data.GetCStr(&children_offset); in ParseTrieEntries()
6935 image_entry.filename = (const char *)m_data.GetCStr(&filepath_offset);
6963 std::string filename = m_data.GetCStr(&fileoff);