| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 671 ->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 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 | 150 return obj->GetUnsignedIntegerValue(LLDB_INVALID_OFFSET); in WriteMemoryAtAddress() 173 return obj->GetUnsignedIntegerValue(LLDB_INVALID_PROCESS_ID); in GetProcessID()
|
| H A D | ScriptedThreadPlanPythonInterface.cpp | 93 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 | 197 return GetUnsignedIntegerValue(fail_value); in GetIntegerValue() 200 uint64_t SBStructuredData::GetUnsignedIntegerValue(uint64_t fail_value) const { in GetUnsignedIntegerValue() function in SBStructuredData
|
| H A D | SBThread.cpp | 472 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() 265 thread_id_obj ? thread_id_obj->GetUnsignedIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 313 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 D | SBStructuredData.h | 76 uint64_t GetUnsignedIntegerValue(uint64_t fail_value = 0) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 122 return (m_data_sp ? m_data_sp->GetUnsignedIntegerValue(fail_value)
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Telemetry.cpp | 132 return std::chrono::nanoseconds(value->GetUnsignedIntegerValue(0)); in GetAsNanosec()
|
| H A D | FormatEntity.cpp | 1103 s.Printf(token_format, value->GetUnsignedIntegerValue()); in FormatThreadExtendedInfoRecurse()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 305 raw_codes.push_back(obj->GetUnsignedIntegerValue()); in CalculateStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2093 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 D | GDBRemoteCommunicationClient.cpp | 2710 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 | 1880 id->GetUnsignedIntegerValue()); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2520 return value->GetUnsignedIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 52916 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()
|