/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
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 …]
|
/external/llvm-project/lldb/source/API/ |
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 ? m_impl_up->GetIntegerValue(fail_value) : fail_value); in GetIntegerValue() 235 LLDB_REGISTER_METHOD_CONST(uint64_t, SBStructuredData, GetIntegerValue, in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/Core/ |
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);
|
/external/llvm-project/lldb/test/API/python_api/sbstructureddata/ |
D | TestStructuredDataAPI.py | 109 output = string_struct.GetIntegerValue() 128 output = int_struct.GetIntegerValue()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBStructuredData.i | 46 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBStructuredData.h | 64 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Symbol.h | 92 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 98 bool GetIntegerValue(llvm::APInt &Val);
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 442 family = struct_family.GetIntegerValue(0x10000); in ParseCPUInfo() 459 model = struct_model.GetIntegerValue(0x100); in ParseCPUInfo() 478 stepping = struct_stepping.GetIntegerValue(0x100); in ParseCPUInfo()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | LiteralSupport.h | 107 bool GetIntegerValue(llvm::APInt &Val);
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 272 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 325 tid_t tid = thread_id_obj ? thread_id_obj->GetIntegerValue() : 0; in GetBacktracesFromExtendedStopInfo()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc64.cpp | 524 value_sp = GetIntegerValue(0); in GetValue() 585 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() function in __anonf9bffb250111::ReturnValueExtractor
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 484 ->GetIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheInformation()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 2020 tid = object->GetIntegerValue(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() 2023 exc_type = object->GetIntegerValue(0); in SetThreadStopInfo() 2029 exc_data.push_back(object->GetIntegerValue()); in SetThreadStopInfo() 2036 thread_dispatch_qaddr = object->GetIntegerValue(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() 2050 queue_serial_number = object->GetIntegerValue(0); in SetThreadStopInfo() 2054 dispatch_queue_t = object->GetIntegerValue(0); in SetThreadStopInfo() 2115 signo = object->GetIntegerValue(LLDB_INVALID_SIGNAL_NUMBER); in SetThreadStopInfo()
|
D | GDBRemoteCommunicationClient.cpp | 2581 port = port_osp->GetIntegerValue(0); in QueryGDBServer()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 103 uint64_t GetIntegerValue(uint64_t fail_value = 0) {
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 869 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
|
D | PPExpressions.cpp | 293 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
|
D | LiteralSupport.cpp | 913 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
|
/external/llvm-project/clang/lib/Lex/ |
D | PPExpressions.cpp | 325 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
|
D | Preprocessor.cpp | 1379 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
|
D | LiteralSupport.cpp | 999 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 623 structured_addr_value_sp->GetIntegerValue(123); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 348 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
|