Home
last modified time | relevance | path

Searched refs:GetIntegerValue (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp706 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 DStructuredDataImpl.h124 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 DSBStructuredData.cpp128 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 DSBStructuredData.h75 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h100 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h104 bool GetIntegerValue(llvm::APInt &Val);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp262 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 DUBSanRuntime.cpp327 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 DABISysV_ppc64.cpp534 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 DStructuredData.h107 uint64_t GetIntegerValue(uint64_t fail_value = 0) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2102 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 DGDBRemoteCommunicationClient.cpp2520 port = port_osp->GetIntegerValue(0); in QueryGDBServer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp306 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
H A DPreprocessor.cpp1033 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp980 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp352 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3337 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant()
3482 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()