reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/RecordName.h
   18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  129     StringRef Result = NameStorage.save(computeTypeName(*this, Index));
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   48     StringRef Result = NameStorage.save(computeTypeName(*this, Index));
lib/DebugInfo/PDB/Native/TpiStream.cpp
  170     std::string ThisName = computeTypeName(*Types, TI);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  456     name = computeTypeName(stream.typeCollection(), mr.ModifiedType);