| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 672 ->GetUnsignedIntegerValue(); in GenerateSummary() 676 ->GetUnsignedIntegerValue(); in GenerateSummary() 705 ->GetUnsignedIntegerValue(); in GetMainRacyAddress() 734 ->GetUnsignedIntegerValue(); in GetLocationDescription() 753 ->GetUnsignedIntegerValue(); in GetLocationDescription() 757 ->GetUnsignedIntegerValue(); in GetLocationDescription() 773 ->GetUnsignedIntegerValue(); in GetLocationDescription() 779 ->GetUnsignedIntegerValue(); in GetLocationDescription() 850 ->GetUnsignedIntegerValue(); in NotifyBreakpointHit() 1026 pcs.push_back(pc->GetUnsignedIntegerValue()); in AddThreadsForPath() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.cpp | 50 return obj->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in GetThreadID() 70 return static_cast<StateType>(obj->GetUnsignedIntegerValue(eStateInvalid)); in GetState()
|
| H A D | ScriptedProcessPythonInterface.cpp | 141 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress() 162 return obj->GetUnsignedIntegerValue(LLDB_INVALID_PROCESS_ID); in GetProcessID()
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 75 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 132 return (m_data_sp ? m_data_sp->GetUnsignedIntegerValue(fail_value)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 294 raw_codes.push_back(obj->GetUnsignedIntegerValue()); in CalculateStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1989 tid = object->GetUnsignedIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 1992 exc_type = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo() 1998 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo() 2006 object->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() 2020 queue_serial_number = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo() 2024 dispatch_queue_t = object->GetUnsignedIntegerValue(0); in SetThreadStopInfo() 2085 signo = object->GetUnsignedIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2662 port = port_osp->GetUnsignedIntegerValue(0); in QueryGDBServer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 120 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1822 id->GetUnsignedIntegerValue()); in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1004 s.Printf(token_format, value->GetUnsignedIntegerValue()); in FormatThreadExtendedInfoRecurse()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2528 return value->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 49054 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(arg2); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_0() 49078 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetUnsignedIntegerValue(); in _wrap_SBStructuredData_GetUnsignedIntegerValue__SWIG_1()
|