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

References

tools/lld/COFF/DebugTypes.cpp
  176       retrieveDependencyInfo<TypeServer2Record>(dependentFile->debugTypesObj);
tools/lld/COFF/InputFiles.cpp
  771     debugTypesObj = makePrecompSource(this);
  778     debugTypesObj = makeUseTypeServerSource(this, &ts);
  785     debugTypesObj = makeUsePrecompSource(this, &precomp);
  789   debugTypesObj = makeTpiSource(this);
tools/lld/COFF/PDB.cpp
  340   if (!file->debugTypesObj)
  345   if (file->debugTypesObj->kind == TpiSource::PCH) {
  367   if (file->debugTypesObj->kind == TpiSource::UsingPDB) {
  375   if (file->debugTypesObj->kind == TpiSource::UsingPCH) {
  489       retrieveDependencyInfo<PrecompRecord>(file->debugTypesObj);
  544       retrieveDependencyInfo<PrecompRecord>(file->debugTypesObj);