Home
last modified time | relevance | path

Searched refs:GetUnsignedIntegerValue (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp671 ->GetUnsignedIntegerValue(); in GenerateSummary()
675 ->GetUnsignedIntegerValue(); in GenerateSummary()
704 ->GetUnsignedIntegerValue(); in GetMainRacyAddress()
733 ->GetUnsignedIntegerValue(); in GetLocationDescription()
752 ->GetUnsignedIntegerValue(); in GetLocationDescription()
756 ->GetUnsignedIntegerValue(); in GetLocationDescription()
772 ->GetUnsignedIntegerValue(); in GetLocationDescription()
778 ->GetUnsignedIntegerValue(); in GetLocationDescription()
849 ->GetUnsignedIntegerValue(); in NotifyBreakpointHit()
948 o->GetObjectForDotSeparatedPath("size")->GetUnsignedIntegerValue(); in GenerateThreadName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp52 return obj->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in GetThreadID()
74 return static_cast<StateType>(obj->GetUnsignedIntegerValue(eStateInvalid)); in GetState()
H A DScriptedProcessPythonInterface.cpp150 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress()
173 return obj->GetUnsignedIntegerValue(LLDB_INVALID_PROCESS_ID); in GetProcessID()
H A DScriptedThreadPlanPythonInterface.cpp93 return static_cast<lldb::StateType>(obj->GetUnsignedIntegerValue( in GetRunState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp197 return GetUnsignedIntegerValue(fail_value); in GetIntegerValue()
200 uint64_t SBStructuredData::GetUnsignedIntegerValue(uint64_t fail_value) const { in GetUnsignedIntegerValue() function in SBStructuredData
H A DSBThread.cpp472 strm.Printf("0x%" PRIx64, node->GetUnsignedIntegerValue()); in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp255 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo()
265 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp313 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo()
323 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h76 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h122 return (m_data_sp ? m_data_sp->GetUnsignedIntegerValue(fail_value)
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp132 return std::chrono::nanoseconds(value->GetUnsignedIntegerValue(0)); in GetAsNanosec()
H A DFormatEntity.cpp1103 s.Printf(token_format, value->GetUnsignedIntegerValue()); in FormatThreadExtendedInfoRecurse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp305 raw_codes.push_back(obj->GetUnsignedIntegerValue()); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2093 tid = object->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo()
2096 exc_type = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2102 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo()
2110 object->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
2124 queue_serial_number = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2128 dispatch_queue_t = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2189 signo = object->GetUnsignedIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
H A DGDBRemoteCommunicationClient.cpp2710 port = port_osp->GetUnsignedIntegerValue(0); in QueryGDBServer()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h120 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1880 id->GetUnsignedIntegerValue()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2520 return value->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52916 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(arg2); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_0()
52940 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_1()