|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp 31 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp 40 return std::unique_ptr<IPDBEnumSymbols>(new NativeEnumModules(Session));
44 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ARRAY);
46 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_ENUM);
48 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_POINTER);
50 return Session.getSymbolCache().createTypeEnumerator(
54 return Session.getSymbolCache().createTypeEnumerator(codeview::LF_VTSHAPE);
56 return Session.getSymbolCache().createTypeEnumerator(
59 return Session.getSymbolCache().createGlobalsEnumerator(codeview::S_UDT);
68 auto IS = Session.getPDBFile().getPDBInfoStream();
76 return Session.getPDBFile().getFilePath();
80 auto IS = Session.getPDBFile().getPDBInfoStream();
88 auto Dbi = Session.getPDBFile().getPDBDbiStream();
96 auto Dbi = Session.getPDBFile().getPDBDbiStream();
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp 25 dumpSymbolIdField(OS, "symIndexId", SymbolId, Indent, Session,
lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp 31 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,
35 Session, PdbSymbolIdField::LexicalParent, ShowIdFields,
38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session,
35 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
46 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType());
57 Session.getSymbolCache().getNativeSymbolById(getTypeId());
62 return Session.getSymbolCache().findSymbolByTypeIndex(
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp 135 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
143 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields,
173 return std::make_unique<NativeEnumEnumEnumerators>(Session, *ClassParent);
182 Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType());
297 const auto Id = Session.getSymbolCache().findSymbolByTypeIndex(
300 Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(Id);
344 return Session.getSymbolCache().findSymbolByTypeIndex(
379 return Session.getSymbolCache().getNativeSymbolById<NativeTypeBuiltin>(
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp 37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
92 Session.getSymbolCache().findSymbolByTypeIndex(MemberFunc.ClassType);
102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
114 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
138 auto NET = std::make_unique<NativeEnumTypes>(Session,
141 new NativeEnumFunctionArgs(Session, std::move(NET)));
164 SymIndexId Result = Session.getSymbolCache().findSymbolByTypeIndex(ReturnTI);
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp 40 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,
44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType);
104 return Session.getSymbolCache().findSymbolByTypeIndex(Referent);
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
26 return Session.getSymbolCache().findSymbolByTypeIndex(Record.Type);
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp 44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
49 Session, PdbSymbolIdField::UnmodifiedType, ShowIdFields,
94 return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape);
lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp 20 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,