Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp337 size_t stack_frame_size = target->GetExprAllocSize(); in PrepareToExecuteJITExpression()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h211 uint64_t GetExprAllocSize() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4692 uint64_t TargetProperties::GetExprAllocSize() const { in GetExprAllocSize() function in TargetProperties