Home
last modified time | relevance | path

Searched refs:str_offset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp251 size_t str_offset = 0; in Dump() local
260 str_offset = 0; in Dump()
272 str_offset = 0; in Dump()
281 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
286 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
290 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
294 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
298 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
302 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
306 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp68 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local
89 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
91 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionArgParser.cpp222 std::string str_offset = matches[3].str(); in ToAddress() local
223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1817 uint32_t str_offset
1821 If "str_offset" is zero, then the bucket contents are done. 99.9% of the