Searched refs:str_offset (Results 1 – 2 of 2) sorted by relevance
67 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local88 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()90 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
222 std::string str_offset = matches[3].str(); in ToAddress() local223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()