reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   73   Optional<CVType> tryGetType(TypeIndex Index);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   69   llvm::Optional<CVType> cvt = types.tryGetType(bis.BuildId);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  801     else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
  131                                ? Ids->tryGetType(RefTI)
  132                                : Types.tryGetType(RefTI);