Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h312 N GetValue() { return m_value; } in GetValue() function
337 double GetValue() { return m_value; } in GetValue() function
356 bool GetValue() { return m_value; } in GetValue() function
374 llvm::StringRef GetValue() { return m_value; } in GetValue() function
565 void *GetValue() const { return m_object; } in GetValue() function
H A DPredicate.h71 T GetValue() const { in GetValue() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
H A DValueObject.h481 const Value &GetValue() const { return m_value; } GetValue() function
483 Value &GetValue() { return m_value; } GetValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h42 uint64_t GetValue(uint64_t register_value) const { GetValue() function
H A DStopInfo.h45 uint64_t GetValue() const { return m_value; } in GetValue() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
/freebsd-src/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.h223 uint32_t GetValue() { return m_flags; } GetValue() function
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h93 int64_t GetValue() const { return m_value; } in GetValue() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h93 ValT GetValue(BlkT *BB) { in GetValue() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h64 unsigned GetValue() const { return m_id; } GetValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp186 std::function<std::optional<JsonT>(const Object *, StringRef)> GetValue, in getRequiredValue() argument
204 getRequiredValue(TBDKey Key,const Object * Obj,std::function<std::optional<JsonT> (const Object *,StringRef)> const GetValue,StubT DefaultValue,function_ref<std::optional<StubT> (JsonT)> Validate) getRequiredValue() argument
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp517 ValueObjectSP GetValue() { GetValue() function in __anone88f57070111::ReturnValueExtractor
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() function in IRForTarget::FunctionValueCache
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp511 bool PythonBoolean::GetValue() const { in GetValue() function in PythonBoolean
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1413 auto getMaxOf = [](auto Range, auto GetValue) { in realignGroup() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2222 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue() function in curses::EnvironmentVariableFieldDelegate