Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h72 Optional<CVType> tryGetType(TypeIndex Index);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp100 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() function in LazyRandomTypeCollection