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()
72 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()240 debug_info_data.GetCStr(offset_ptr); in SkipValue()
72 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()93 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
67 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()97 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
70 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()94 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 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
627 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()939 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
240 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()1267 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()1306 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()1331 data.GetCStr(&Offset); in ParseARMAttributes()1337 data.GetCStr(&Offset); in ParseARMAttributes()1572 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
306 const char *value = m_opaque_sp->GetCStr(&offset); in GetString()
547 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
288 const char *str = m_data.GetCStr(&offset); in ReadString()