Home
last modified time | relevance | path

Searched refs:HasAttribute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h154 if (!result.HasAttribute("__class__")) in CreatePluginObject()
160 if (!obj_class.HasAttribute("__name__")) in CreatePluginObject()
168 if (!obj_class.HasAttribute("__dict__")) in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h297 bool HasAttribute(llvm::StringRef attribute) const;
H A DPythonDataObjects.cpp246 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp748 bool HasAttribute = in readOneSection() local
750 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()