Lines Matching refs:table
27 auto *table = debugInfoStorage_.GetImportExportTable(filePath);
28 if (table == nullptr) {
29 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath;
34 const auto &imports = table->GetImports();
51 auto *table = debugInfoStorage_.GetImportExportTable(filePath);
52 if (table == nullptr) {
53 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath;
57 const auto &exports = table->GetExports();
87 auto *table = debugInfoStorage_.GetImportExportTable(filePath);
88 if (table == nullptr) {
89 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath;
93 const auto &imports = table->GetImports();
111 auto *table = debugInfoStorage_.GetImportExportTable(filePath);
112 if (table == nullptr) {
113 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath;
118 const auto &imports = table->GetImports();
139 auto *table = debugInfoStorage_.GetImportExportTable(filePath);
140 if (table == nullptr) {
141 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath;
145 const auto &exports = table->GetExports();