Home
last modified time | relevance | path

Searched refs:GetExprAllocAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp150 uint64_t alloc_address = target_sp->GetExprAllocAddress(); in FindSpace()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h209 uint64_t GetExprAllocAddress() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp4667 uint64_t TargetProperties::GetExprAllocAddress() const { in GetExprAllocAddress() function in TargetProperties