Home
last modified time | relevance | path

Searched refs:tryGetType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h74 Optional<CVType> tryGetType(TypeIndex Index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp70 llvm::Optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp101 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() function in LazyRandomTypeCollection
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp738 else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()