| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 706 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress() 851 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit() 947 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName() 949 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 954 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName() 979 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 987 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() 989 o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue(); in GenerateThreadName() 1000 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName() 1007 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 177 uint64_t SBStructuredData::GetIntegerValue(uint64_t fail_value) const { in GetIntegerValue() function in SBStructuredData 178 LLDB_RECORD_METHOD_CONST(uint64_t, SBStructuredData, GetIntegerValue, in GetIntegerValue() 181 return m_impl_up->GetIntegerValue(fail_value); in GetIntegerValue() 237 LLDB_REGISTER_METHOD_CONST(uint64_t, SBStructuredData, GetIntegerValue, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 128 uint64_t GetIntegerValue(uint64_t fail_value = 0) const { 129 return (m_data_sp ? m_data_sp->GetIntegerValue(fail_value) : fail_value);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 45 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 66 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 92 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 108 bool GetIntegerValue(llvm::APInt &Val);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 267 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 325 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 524 value_sp = GetIntegerValue(0); in GetValue() 585 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() function in __anon00c983e90111::ReturnValueExtractor
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2044 tid = object->GetIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 2047 exc_type = object->GetIntegerValue(0); in SetThreadStopInfo() 2053 exc_data.push_back(object->GetIntegerValue()); in SetThreadStopInfo() 2060 thread_dispatch_qaddr = object->GetIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() 2074 queue_serial_number = object->GetIntegerValue(0); in SetThreadStopInfo() 2078 dispatch_queue_t = object->GetIntegerValue(0); in SetThreadStopInfo() 2139 signo = object->GetIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2626 port = port_osp->GetIntegerValue(0); in QueryGDBServer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 103 uint64_t GetIntegerValue(uint64_t fail_value = 0) {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 333 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
|
| H A D | Preprocessor.cpp | 1375 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
|
| H A D | LiteralSupport.cpp | 1019 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2192 ->GetIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3758 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant() 3911 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 44566 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(arg2); in _wrap_SBStructuredData_GetIntegerValue__SWIG_0() 44590 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(); in _wrap_SBStructuredData_GetIntegerValue__SWIG_1()
|