Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp674 ->GetUnsignedIntegerValue(); in GenerateSummary()
678 ->GetUnsignedIntegerValue(); in GenerateSummary()
707 ->GetUnsignedIntegerValue(); in GetMainRacyAddress()
736 ->GetUnsignedIntegerValue(); in GetLocationDescription()
755 ->GetUnsignedIntegerValue(); in GetLocationDescription()
759 ->GetUnsignedIntegerValue(); in GetLocationDescription()
775 ->GetUnsignedIntegerValue(); in GetLocationDescription()
781 ->GetUnsignedIntegerValue(); in GetLocationDescription()
852 ->GetUnsignedIntegerValue(); in NotifyBreakpointHit()
950 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.cpp145 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress()
168 return obj->GetUnsignedIntegerValue(LLDB_INVALID_PROCESS_ID); in GetProcessID()
H A DScriptedThreadPlanPythonInterface.cpp90 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.cpp192 return GetUnsignedIntegerValue(fail_value); in GetIntegerValue()
195 uint64_t SBStructuredData::GetUnsignedIntegerValue(uint64_t fail_value) const { in GetUnsignedIntegerValue() function in SBStructuredData
H A DSBThread.cpp464 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()
264 tid_t tid = thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp315 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo()
324 tid_t tid = thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h75 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h132 return (m_data_sp ? m_data_sp->GetUnsignedIntegerValue(fail_value)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp294 raw_codes.push_back(obj->GetUnsignedIntegerValue()); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2010 tid = object->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo()
2013 exc_type = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2019 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo()
2027 object->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
2041 queue_serial_number = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2045 dispatch_queue_t = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo()
2106 signo = object->GetUnsignedIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
H A DGDBRemoteCommunicationClient.cpp2691 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.cpp1835 id->GetUnsignedIntegerValue()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1046 s.Printf(token_format, value->GetUnsignedIntegerValue()); in FormatThreadExtendedInfoRecurse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2504 return value->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51788 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(arg2); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_0()
51812 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_1()