Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp181 uint64_t align = target_sp->GetExprAllocAlign(); in FindSpace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h213 uint64_t GetExprAllocAlign() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4679 uint64_t TargetProperties::GetExprAllocAlign() const { in GetExprAllocAlign() function in TargetProperties