Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
H A DValueObject.h511 const Value &GetValue() const { return m_value; } in GetValue() function
513 Value &GetValue() { return m_value; } in GetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h355 N GetValue() { return m_value; } GetValue() function
380 double GetValue() { return m_value; } GetValue() function
399 bool GetValue() { return m_value; } GetValue() function
417 llvm::StringRef GetValue() { return m_value; } GetValue() function
623 void *GetValue() const { return m_object; } GetValue() function
[all...]
H A DPredicate.h71 T GetValue() const { in GetValue() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h142 uint64_t GetValue() const { in GetValue() function
H A DTypeFormat.h102 uint32_t GetValue() { return m_flags; } in GetValue() function
H A DTypeSummary.h194 uint32_t GetValue() { return m_flags; } in GetValue() function
H A DTypeSynthetic.h230 uint32_t GetValue() { return m_flags; } in GetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h90 uint64_t GetValue(uint64_t register_value) const { in GetValue() function
H A DStopInfo.h45 uint64_t GetValue() const { return m_value; } in GetValue() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp165 uint64_t SBSymbol::GetValue() { in GetValue() function in SBSymbol
H A DSBValue.cpp352 const char *SBValue::GetValue() { in GetValue() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h93 int64_t GetValue() const { return m_value; } in GetValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h93 ValT GetValue(BlkT *BB) { in GetValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h65 unsigned GetValue() const { return m_id; } in GetValue() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp186 std::function<std::optional<JsonT>(const Object *, StringRef)> GetValue, in getRequiredValue()
204 std::function<std::optional<JsonT>(const Object *, StringRef)> const in getRequiredValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp156 void Scalar::GetValue(Stream &s, bool show_type) const { in GetValue() function in Scalar
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp515 ValueObjectSP GetValue() { in GetValue() function in __anon31ea58350111::ReturnValueExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() function in IRForTarget::FunctionValueCache
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp511 bool PythonBoolean::GetValue() const { in GetValue() function in PythonBoolean
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1413 auto getMaxOf = [](auto Range, auto GetValue) { in realignGroup()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2222 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue() function in curses::EnvironmentVariableFieldDelegate