HomeSort by: relevance | last modified time | path
    Searched refs:computeTypeName (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
RecordName.h 17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp 48 StringRef Result = NameStorage.save(computeTypeName(*this, Index));
LazyRandomTypeCollection.cpp 129 StringRef Result = NameStorage.save(computeTypeName(*this, Index));
RecordName.cpp 250 std::string llvm::codeview::computeTypeName(TypeCollection &Types,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 170 std::string ThisName = computeTypeName(*Types, TI);

Completed in 16 milliseconds