Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp134 ? Ids->tryGetType(RefTI) in markReferencedTypes()
135 : Types.tryGetType(RefTI); in markReferencedTypes()
H A DDumpOutputStyle.cpp696 else if (std::optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
1254 } else if (std::optional<CVType> Type = Types.tryGetType(TI)) { in dumpPartialTypeStream()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h71 std::optional<CVType> tryGetType(TypeIndex Index);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp99 std::optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() function in LazyRandomTypeCollection
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp69 std::optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()