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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 73 bool supportsTypeLookup() const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 161 if (!supportsTypeLookup())
177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); }
181 if (!supportsTypeLookup())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 36 if (Stream && Stream->supportsTypeLookup() &&

Completed in 20 milliseconds