Home
last modified time | relevance | path

Searched defs:ptr_value (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp37 lldb::addr_t ptr_value = valobj.GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in DerefToNSErrorPointer() local
60 lldb::addr_t ptr_value = DerefToNSErrorPointer(valobj); in NSError_SummaryProvider() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp162 uint64_t ptr_value = m_ptr_obj->GetValueAsUnsigned(0, &success); in GetSummary() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp100 void ScopedString::appendPointer(u64 ptr_value) { in appendPointer()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer()
/freebsd/sys/dev/ixl/
H A Di40e_nvm.c385 u16 ptr_value = 0; in i40e_read_nvm_module_data() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2983 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType() local
2997 addr_t ptr_value = GetPointerValue(&address_type); in CastPointerType() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2264 bool Process::WritePointerToMemory(lldb::addr_t vm_addr, lldb::addr_t ptr_value, in WritePointerToMemory()