Searched refs:GetCStr (Results 1 – 14 of 14) sorted by relevance
81 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()103 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
77 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
225 fileEntry.name = debug_line_data.GetCStr(&offset); in DumpStatementOpcodes()497 s = debug_line_data.GetCStr(offset_ptr); in ParsePrologue()505 const char *name = debug_line_data.GetCStr(offset_ptr); in ParsePrologue()656 fileEntry.name = debug_line_data.GetCStr(offset_ptr); in ParseStatementTable()
210 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()326 debug_info_data.GetCStr(offset_ptr); in SkipValue()
101 debug_info_data.GetCStr(&offset); in FastExtract()283 debug_info_data.GetCStr(&offset); in Extract()
69 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()90 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
65 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()94 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
65 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()88 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
316 const char *GetCStr(lldb::offset_t *offset_ptr) const;340 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
523 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()686 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
263 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()1341 data.GetCStr(&offset, llvm::alignTo(note.n_descsz, 4)); in RefineModuleDetailsFromNote()1382 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()1421 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()1446 data.GetCStr(&Offset); in ParseARMAttributes()1452 data.GetCStr(&Offset); in ParseARMAttributes()1667 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
865 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor898 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
420 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
335 value = m_opaque_sp->GetCStr(&offset); in GetString()