Home
last modified time | relevance | path

Searched refs:isSystemEntry (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ !
H A DLVCodeViewReader.h221 bool isSystemEntry(LVElement *Element, StringRef Name) const override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ !
H A DLVReader.h275 virtual bool isSystemEntry(LVElement *Element, StringRef Name = {}) const {
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ !
H A DLVCodeViewVisitor.cpp457 getReader().isSystemEntry(Namespace); in get()
965 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord()
1010 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord()
1360 if (getReader().isSystemEntry(Symbol) && !options().getAttributeSystem()) { in visitKnownRecord()
1668 if (getReader().isSystemEntry(Type)) in visitKnownRecord()
H A DLVCodeViewReader.cpp218 bool LVCodeViewReader::isSystemEntry(LVElement *Element, StringRef Name) const { in isSystemEntry() function in LVCodeViewReader
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ !
H A DLVScope.cpp1804 getReader().isSystemEntry(this, ObjectName); in setName()