Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_OFFSET (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp193 else if (file_offset != LLDB_INVALID_OFFSET && in Extract()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp234 if (!bytes_copied || bytes_copied == LLDB_INVALID_OFFSET) in DoWriteMemory()
255 if (!bytes_written || bytes_written == LLDB_INVALID_OFFSET) in EnableBreakpointSite()
473 lldb::offset_t slide = LLDB_INVALID_OFFSET; in GetLoadedDynamicLibrariesInfos()
480 if (slide != LLDB_INVALID_OFFSET) in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp139 return LLDB_INVALID_OFFSET; in WriteMemoryAtAddress()
145 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h93 #define LLDB_INVALID_OFFSET UINT64_MAX // Must match max of lldb::offset_t macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp493 size = size_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
494 uint64_t capacity = capacity_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
497 if (size == LLDB_INVALID_OFFSET || capacity == LLDB_INVALID_OFFSET || in ExtractLibcxxStringInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp82 return LLDB_INVALID_OFFSET; in GetDesiredIndentation()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp338 return LLDB_INVALID_OFFSET; in GetOpcodeDataSize()
363 if (op_arg_size == LLDB_INVALID_OFFSET) { in GetLocation_DW_OP_addr()
423 if (op_arg_size == LLDB_INVALID_OFFSET) in Update_DW_OP_addr()
440 if (op_arg_size == LLDB_INVALID_OFFSET) in ContainsThreadLocalStorage()
520 if (op_arg_size == LLDB_INVALID_OFFSET) in LinkThreadLocalStorage()
H A DREPL.cpp185 if (desired_indent == LLDB_INVALID_OFFSET) in IOHandlerFixIndentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h920 lldb::offset_t length = LLDB_INVALID_OFFSET);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp448 return LLDB_INVALID_OFFSET; in BinarySearchRegularSecondPage()
567 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h325 return LLDB_INVALID_OFFSET; in GetVendorDWARFOpcodeSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp551 offset = LLDB_INVALID_OFFSET; in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst86 .. py:data:: LLDB_INVALID_OFFSET