Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h158 uint64_t GetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp264 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetStopDisassemblyMaxSize()
460 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetTabSize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp456 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp184 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMemoryCacheLineSize()
207 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetVirtualAddressableBits()
296 uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64( in GetUtilityExpressionTimeout()
303 uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64( in GetInterruptTimeout()
H A DTarget.cpp4065 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetNumberOfRetriesWithFixits()
4089 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxZeroPaddingInFloatFormat()
4167 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetExprErrorLimit()
H A DThread.cpp145 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxBacktraceDepth()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp144 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetPacketTimeout()