Home
last modified time | relevance | path

Searched refs:DeclFile (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp216 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()
H A DSymbolizableObjectFile.cpp344 Res.DeclFile = FileName; in symbolizeData()
350 Res.DeclFile = DL->FileName; in symbolizeData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h124 std::string DeclFile; member
133 std::string DeclFile; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp246 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local
248 if (DeclFile) { in constructDieID()
252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1620 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1621 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1622 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1700 Local.DeclFile); in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp719 if (ResOrErr->DeclFile.empty()) in printLineNumbers()
721 FileName = std::move(ResOrErr->DeclFile); in printLineNumbers()