Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsUInt64 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h165 uint64_t GetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp146 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetLLDBIndexCacheMaxByteSize()
152 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetLLDBIndexCacheMaxPercent()
158 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetLLDBIndexCacheExpirationDays()
H A DDebugger.cpp276 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetStopDisassemblyMaxSize()
518 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetTabSize()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp81 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetPacketTimeout()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp479 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp198 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMemoryCacheLineSize()
221 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetVirtualAddressableBits()
310 uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64( in GetUtilityExpressionTimeout()
317 uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64( in GetInterruptTimeout()
H A DTarget.cpp4333 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetNumberOfRetriesWithFixits()
4389 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxZeroPaddingInFloatFormat()
4476 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetExprErrorLimit()
H A DThread.cpp146 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxBacktraceDepth()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp142 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetPacketTimeout()