Home
last modified time | relevance | path

Searched defs:ptr_value (Results 1 – 6 of 6) 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/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/ValueObject/
H A DValueObject.cpp2947 addr_t ptr_value = GetPointerValue().address; in CastPointerType() local
2960 addr_t ptr_value = GetPointerValue().address; in CastPointerType() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2256 bool Process::WritePointerToMemory(lldb::addr_t vm_addr, lldb::addr_t ptr_value, in WritePointerToMemory()