Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp706 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 DSBStructuredData.cpp177 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 DStructuredDataImpl.h128 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 DSBStructuredData.i45 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h66 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h92 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h108 bool GetIntegerValue(llvm::APInt &Val);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp267 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 DInstrumentationRuntimeUBSan.cpp325 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 DABISysV_ppc64.cpp524 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 DProcessGDBRemote.cpp2044 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 DGDBRemoteCommunicationClient.cpp2626 port = port_osp->GetIntegerValue(0); in QueryGDBServer()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h103 uint64_t GetIntegerValue(uint64_t fail_value = 0) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp333 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
H A DPreprocessor.cpp1375 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp1019 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2192 ->GetIntegerValue(LLDB_INVALID_ADDRESS); in GetSharedCacheBaseAddress()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3758 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant()
3911 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44566 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()