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.cpp209 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()
H A DSymbolizableObjectFile.cpp335 Res.DeclFile = FileName; in symbolizeData()
340 Res.DeclFile = DL.FileName; in symbolizeData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h122 std::string DeclFile; member
131 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.cpp1622 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1623 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1624 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1702 Local.DeclFile); in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp717 if (ResOrErr->DeclFile.empty()) in printLineNumbers()
719 FileName = std::move(ResOrErr->DeclFile); in printLineNumbers()