Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h156 uint64_t GetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp466 uint64_t OptionValueProperties::GetPropertyAtIndexAsUInt64( in GetPropertyAtIndexAsUInt64() function in OptionValueProperties
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp80 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetPacketTimeout()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3986 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetNumberOfRetriesWithFixits()
4010 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxZeroPaddingInFloatFormat()
4088 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetExprErrorLimit()
DThread.cpp151 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMaxBacktraceDepth()
DProcess.cpp186 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetMemoryCacheLineSize()
276 uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64( in GetUtilityExpressionTimeout()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp453 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetTabSize()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp142 return m_collection_sp->GetPropertyAtIndexAsUInt64( in GetPacketTimeout()