Searched refs:str_offset (Results 1 – 4 of 4) sorted by relevance
69 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() 90 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries() 92 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries() 93 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries() 68 lldb::offset_t new_offset = 0, str_offset = 0; ReadMacroEntries() local
277 llvm::StringRef str_offset = matches[5]; in DoToAddress() local299 if (!str_offset.empty() && !str_offset.getAsInteger(0, offset)) { in DoToAddress()
284 llvm::StringRef SymbolFileCTF::ReadString(lldb::offset_t str_offset) const { in ReadString()285 lldb::offset_t offset = m_body_offset + m_header->stroff + str_offset; in ReadString()
90 unsigned int str_offset) in qat_uclo_get_string() argument92 if (!str_table->table_len || str_offset > str_table->table_len) in qat_uclo_get_string()94 return (char *)(((uintptr_t)(str_table->strings)) + str_offset); in qat_uclo_get_string()