Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiHashing.cpp38 return hashStringV1(Rec.getUniqueName()); in getHashForUdt()
72 Scoped ? Deserialized.getUniqueName() : Deserialized.getName(); in getTagRecordHashForUdt()
HDTpiStream.cpp215 if (ForwardTR.getUniqueName() == FullTR.getUniqueName()) in findFullDeclForForwardRef()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp256 W->printString("LinkageName", Class.getUniqueName()); in visitKnownRecord()
268 W->printString("LinkageName", Union.getUniqueName()); in visitKnownRecord()
281 W->printString("LinkageName", Enum.getUniqueName()); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp181 std::string qname = parent.asTag().getUniqueName(); in GetNestedTagDefinition()
182 if (qname.size() < 4 || child.asTag().getUniqueName().size() < 4) in GetNestedTagDefinition()
188 qname[3] = child.asTag().getUniqueName()[3]; in GetNestedTagDefinition()
291 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h460 StringRef getUniqueName() const { return UniqueName; } in getUniqueName() function