Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp131 ? Ids->tryGetType(RefTI) in markReferencedTypes()
132 : Types.tryGetType(RefTI); in markReferencedTypes()
H A DDumpOutputStyle.cpp796 else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h72 Optional<CVType> tryGetType(TypeIndex Index);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp69 llvm::Optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp100 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() function in LazyRandomTypeCollection