Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp76 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFFormValue.cpp71 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
239 debug_info_data.GetCStr(offset_ptr); in SkipValue()
H A DDWARFDebugInfoEntry.cpp105 data.GetCStr(&offset); in Extract()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp72 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp67 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
97 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp69 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A 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;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp786 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
816 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp565 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
876 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp237 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1220 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1259 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1284 data.GetCStr(&Offset); in ParseARMAttributes()
1290 data.GetCStr(&Offset); in ParseARMAttributes()
1503 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp445 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp320 value = m_opaque_sp->GetCStr(&offset); in GetString()