Home
last modified time | relevance | path

Searched refs:supportsTypeLookup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp161 if (!supportsTypeLookup()) in findRecordsByName()
177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup() function in TpiStream
181 if (!supportsTypeLookup()) in findFullDeclForForwardRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h74 bool supportsTypeLookup() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp40 if (Stream && Stream->supportsTypeLookup() && in formatClassOptions()