Searched refs:DeclFile (Results 1 – 6 of 6) sorted by relevance
216 if (Global.DeclFile.empty()) in print()219 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print()242 if (L.DeclFile.empty()) in print()245 OS << L.DeclFile; in print()372 {"DeclFile", Local.DeclFile}, in print()
344 Res.DeclFile = FileName; in symbolizeData()350 Res.DeclFile = DL->FileName; in symbolizeData()
124 std::string DeclFile; member133 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()
1620 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local1621 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()1622 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()1700 Local.DeclFile); in addLocalsForDie()
719 if (ResOrErr->DeclFile.empty()) in printLineNumbers()721 FileName = std::move(ResOrErr->DeclFile); in printLineNumbers()