Searched refs:GetCStr (Results 1 – 13 of 13) sorted by relevance
78 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries() 93 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
71 m_value.cstr = data.GetCStr(offset_ptr); in ExtractValue()237 debug_info_data.GetCStr(offset_ptr); in SkipValue()
55 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()76 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
63 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()93 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
64 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()88 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
291 const char *GetCStr(lldb::offset_t *offset_ptr) const;314 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
162 if (const char *id = data.GetCStr(&entry_id_offset)) in ParseFileset()
785 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor815 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
241 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()
650 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()961 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
306 const char *value = m_opaque_sp->GetCStr(&offset); in GetString()
548 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
289 const char *str = m_data.GetCStr(&offset); in ReadString()