Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp150 uint64_t alloc_address = target_sp->GetExprAllocAddress(); in FindSpace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h209 uint64_t GetExprAllocAddress() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4667 uint64_t TargetProperties::GetExprAllocAddress() const { in GetExprAllocAddress() function in TargetProperties