Searched refs:DeclFile (Results 1 – 5 of 5) sorted by relevance
233 if (L.DeclFile.empty()) in print()236 OS << L.DeclFile; in print()351 {"DeclFile", Local.DeclFile}, in print()
197 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local199 if (DeclFile) { in constructDieID()203 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
130 std::string DeclFile; member
575 if (auto DeclFile = toUnsigned(findRecursively(DW_AT_decl_file))) { in getDeclFile() local577 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); in getDeclFile()
1058 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local1059 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()1060 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()1196 Local.DeclFile); in addLocalsForDie()