Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_IVAR_OFFSET (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h84 #define LLDB_INVALID_IVAR_OFFSET UINT32_MAX macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp161 return LLDB_INVALID_IVAR_OFFSET; in GetByteOffsetForIvar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1223 uint32_t ivar_offset = LLDB_INVALID_IVAR_OFFSET; in GetByteOffsetForIvar()
1260 ivar_offset_address, 4, LLDB_INVALID_IVAR_OFFSET, error); in GetByteOffsetForIvar()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst77 .. py:data:: LLDB_INVALID_IVAR_OFFSET
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6434 child_byte_offset = LLDB_INVALID_IVAR_OFFSET; in GetChildCompilerTypeAtIndex()
6453 static_cast<int32_t>(LLDB_INVALID_IVAR_OFFSET)) { in GetChildCompilerTypeAtIndex()