Home
last modified time | relevance | path

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

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