Home
last modified time | relevance | path

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

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