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.cpp72 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
240 debug_info_data.GetCStr(offset_ptr); in SkipValue()
/freebsd/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/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/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp70 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
94 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.cpp240 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1281 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1320 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1345 data.GetCStr(&Offset); in ParseARMAttributes()
1351 data.GetCStr(&Offset); in ParseARMAttributes()
1586 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp637 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
949 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.cpp547 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp288 const char *str = m_data.GetCStr(&offset); in ReadString()