Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp78 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
93 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFFormValue.cpp71 m_value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
237 debug_info_data.GetCStr(offset_ptr); in SkipValue()
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp55 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
76 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp63 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp64 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
88 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp162 if (const char *id = data.GetCStr(&entry_id_offset)) in ParseFileset()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp785 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
815 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp241 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1256 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1296 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1321 data.GetCStr(&Offset); in ParseARMAttributes()
1327 data.GetCStr(&Offset); in ParseARMAttributes()
1579 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
2461 const char *name = dynstr_data->GetCStr(&cursor); in ParseDynamicSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp650 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
961 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp306 const char *value = m_opaque_sp->GetCStr(&offset); in GetString()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp548 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp289 const char *str = m_data.GetCStr(&offset); in ReadString()