Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h294 bool HasAttribute(llvm::StringRef attribute) const;
H A DPythonDataObjects.cpp242 bool PythonObject::HasAttribute(llvm::StringRef attr) const { in HasAttribute() function in PythonObject
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp767 bool HasAttribute = in readOneSection() local
769 if (std::error_code EC = readFuncMetadata(HasAttribute)) in readOneSection()