Home
last modified time | relevance | path

Searched refs:GetConstantValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h99 Scalar GetConstantValue() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp61 Scalar CompilerDecl::GetConstantValue() const { in GetConstantValue() function in CompilerDecl
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h129 lldb::SBValue GetConstantValue(lldb::SBTarget target);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp402 SBValue SBTypeStaticField::GetConstantValue(lldb::SBTarget target) { in GetConstantValue() function in SBTypeStaticField
408 Scalar value = m_opaque_up->GetConstantValue(); in GetConstantValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67995 result = (arg1)->GetConstantValue(arg2); in _wrap_SBTypeStaticField_GetConstantValue()