/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 674 ->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 D | ScriptedThreadPythonInterface.cpp | 52 return obj->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in GetThreadID() 74 return static_cast<StateType>(obj->GetUnsignedIntegerValue(eStateInvalid)); in GetState()
|
H A D | ScriptedProcessPythonInterface.cpp | 145 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress() 168 return obj->GetUnsignedIntegerValue(LLDB_INVALID_PROCESS_ID); in GetProcessID()
|
H A D | ScriptedThreadPlanPythonInterface.cpp | 90 return static_cast<lldb::StateType>(obj->GetUnsignedIntegerValue( in GetRunState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedThreadPythonInterface.cpp |
|
H A D | ScriptedProcessPythonInterface.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStructuredData.cpp | 192 return GetUnsignedIntegerValue(fail_value); in GetIntegerValue() 195 uint64_t SBStructuredData::GetUnsignedIntegerValue(uint64_t fail_value) const { in GetUnsignedIntegerValue() function in SBStructuredData
|
H A D | SBThread.cpp | 464 strm.Printf("0x%" PRIx64, node->GetUnsignedIntegerValue()); in GetInfoItemByPathAsString()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 255 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 D | InstrumentationRuntimeUBSan.cpp | 315 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 D | SBStructuredData.h | 75 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 132 return (m_data_sp ? m_data_sp->GetUnsignedIntegerValue(fail_value)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 294 raw_codes.push_back(obj->GetUnsignedIntegerValue()); in CalculateStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2010 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 D | GDBRemoteCommunicationClient.cpp | 2691 port = port_osp->GetUnsignedIntegerValue(0); in QueryGDBServer()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 120 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) {
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1835 id->GetUnsignedIntegerValue()); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1046 s.Printf(token_format, value->GetUnsignedIntegerValue()); in FormatThreadExtendedInfoRecurse()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 2504 return value->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 51788 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()
|