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

Declarations

include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
   37 bool discoverTypeIndicesInSymbol(const CVSymbol &Symbol,

References

tools/lld/COFF/PDB.cpp
  673     discoverTypeIndicesInSymbol(sym, refs);
  883         if (!discoverTypeIndicesInSymbol(sym, typeRefs)) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
  103   discoverTypeIndicesInSymbol(Sym, DepList);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  134       discoverTypeIndicesInSymbol(Symbols[I], Refs[I]);