Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp38 return hashStringV1(Rec.getUniqueName()); in getHashForUdt()
72 Scoped ? Deserialized.getUniqueName() : Deserialized.getName(); in getTagRecordHashForUdt()
H A DTpiStream.cpp215 if (ForwardTR.getUniqueName() == FullTR.getUniqueName()) in findFullDeclForForwardRef()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp256 W->printString("LinkageName", Class.getUniqueName()); in visitKnownRecord()
268 W->printString("LinkageName", Union.getUniqueName()); in visitKnownRecord()
281 W->printString("LinkageName", Enum.getUniqueName()); in visitKnownRecord()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp261 std::string qname = std::string(parent.asTag().getUniqueName()); in GetNestedTagDefinition()
262 if (qname.size() < 4 || child.asTag().getUniqueName().size() < 4) in GetNestedTagDefinition()
268 qname[3] = child.asTag().getUniqueName()[3]; in GetNestedTagDefinition()
2170 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h455 StringRef getUniqueName() const { return UniqueName; } in getUniqueName() function