Home
last modified time | relevance | path

Searched refs:GetSignedIntegerValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h77 int64_t GetSignedIntegerValue(int64_t fail_value = 0) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp690 ->GetSignedIntegerValue(); in GenerateSummary()
787 ->GetSignedIntegerValue(); in GetLocationDescription()
993 ->GetSignedIntegerValue(); in GenerateThreadName()
1004 o->GetObjectForDotSeparatedPath("mutex_id")->GetSignedIntegerValue(); in GenerateThreadName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h137 return (m_data_sp ? m_data_sp->GetSignedIntegerValue(fail_value)
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp201 int64_t SBStructuredData::GetSignedIntegerValue(int64_t fail_value) const { in GetSignedIntegerValue() function in SBStructuredData
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h125 int64_t GetSignedIntegerValue(int64_t fail_value = 0) {
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51888 result = (int64_t)((lldb::SBStructuredData const *)arg1)->GetSignedIntegerValue(arg2); in _wrap_SBStructuredData_GetSignedIntegerValue__SWIG_0()
51912 result = (int64_t)((lldb::SBStructuredData const *)arg1)->GetSignedIntegerValue(); in _wrap_SBStructuredData_GetSignedIntegerValue__SWIG_1()