| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 706 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress() 849 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit() 946 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName() 948 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 953 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName() 978 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 986 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 988 o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue(); in GenerateThreadName() 999 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName() 1006 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 124 uint64_t GetIntegerValue(uint64_t fail_value = 0) const { 125 return (m_data_sp ? m_data_sp->GetIntegerValue(fail_value) : fail_value);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 128 uint64_t SBStructuredData::GetIntegerValue(uint64_t fail_value) const { in GetIntegerValue() function in SBStructuredData 129 return (m_impl_up ? m_impl_up->GetIntegerValue(fail_value) : fail_value); in GetIntegerValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 75 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 100 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 104 bool GetIntegerValue(llvm::APInt &Val);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 262 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 327 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ |
| H A D | ABISysV_ppc64.cpp | 534 value_sp = GetIntegerValue(0); in GetValue() 595 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() function in __anon1cbc4b130111::ReturnValueExtractor
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 107 uint64_t GetIntegerValue(uint64_t fail_value = 0) {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2102 tid = object->GetIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 2105 exc_type = object->GetIntegerValue(0); in SetThreadStopInfo() 2111 exc_data.push_back(object->GetIntegerValue()); in SetThreadStopInfo() 2118 thread_dispatch_qaddr = object->GetIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() 2132 queue_serial_number = object->GetIntegerValue(0); in SetThreadStopInfo() 2136 dispatch_queue_t = object->GetIntegerValue(0); in SetThreadStopInfo() 2196 signo = object->GetIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2520 port = port_osp->GetIntegerValue(0); in QueryGDBServer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 306 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
|
| H A D | Preprocessor.cpp | 1033 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
|
| H A D | LiteralSupport.cpp | 980 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 352 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3337 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant() 3482 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()
|