Home
last modified time | relevance | path

Searched refs:AsUnsignedLongLong (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp56 return obj->AsUnsignedLongLong(); in As()
107 Expected<unsigned long long> PythonObject::AsUnsignedLongLong() const { in AsUnsignedLongLong() function in PythonObject
480 llvm::Expected<unsigned long long> value = AsUnsignedLongLong(); in CreateStructuredUnsignedInteger()
H A DPythonDataObjects.h368 llvm::Expected<unsigned long long> AsUnsignedLongLong() const;