Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp207 if (!ForwardTR.hasUniqueName()) { in findFullDeclForForwardRef()
213 if (!FullTR.hasUniqueName()) in findFullDeclForForwardRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp333 if (Class.hasUniqueName()) in visitKnownRecord()
347 if (Union.hasUniqueName()) in visitKnownRecord()
359 if (Enum.hasUniqueName()) in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp436 Record.hasUniqueName())); in visitKnownRecord()
450 Record.hasUniqueName())); in visitKnownRecord()
464 Record.hasUniqueName())); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h430 bool hasUniqueName() const { in hasUniqueName() function