Searched refs:DeclFile (Results 1 – 6 of 6) sorted by relevance
209 if (Global.DeclFile.empty()) in print() 212 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print() 235 if (L.DeclFile.empty()) in print() 238 OS << L.DeclFile; in print() 362 {"DeclFile", Local.DeclFile}, in print()
335 Res.DeclFile = FileName; in symbolizeData()340 Res.DeclFile = DL.FileName; in symbolizeData()
122 std::string DeclFile; member131 std::string DeclFile; member
246 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local248 if (DeclFile) { in constructDieID()252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
1622 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local1623 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()1624 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()1702 Local.DeclFile); in addLocalsForDie()
717 if (ResOrErr->DeclFile.empty()) in printLineNumbers()719 FileName = std::move(ResOrErr->DeclFile); in printLineNumbers()