Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h304 bool HasAttribute(llvm::StringRef attribute) const;
H A DPythonDataObjects.cpp240 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp647 bool HasAttribute = in readOneSection() local
649 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()