Searched refs:GetCStr (Results 1 – 12 of 12) sorted by relevance
76 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
71 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()239 debug_info_data.GetCStr(offset_ptr); in SkipValue()
105 data.GetCStr(&offset); in Extract()
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()
69 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()93 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
280 const char *GetCStr(lldb::offset_t *offset_ptr) const;303 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
786 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor816 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
565 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()876 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
237 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()
445 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
320 value = m_opaque_sp->GetCStr(&offset); in GetString()