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

Declarations

include/llvm/DebugInfo/PDB/PDBSymbol.h
   83   create(const IPDBSession &PDBSession,

References

include/llvm/DebugInfo/PDB/PDBSymbol.h
   92     std::unique_ptr<PDBSymbol> S = create(PDBSession, std::move(RawSymbol));
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   69     return PDBSymbol::create(Session, std::move(NTFA));
unittests/DebugInfo/PDB/PDBApiTest.cpp
  468     auto Symbol = PDBSymbol::create(*Session, std::move(RawSymbol));