Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
353 {"DeclFile", Local.DeclFile}, in print()
H A DSymbolizableObjectFile.cpp335 Res.DeclFile = FileName; in symbolizeData()
340 Res.DeclFile = DL.FileName; in symbolizeData()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h118 std::string DeclFile; member
127 std::string DeclFile; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp235 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local
237 if (DeclFile) { in constructDieID()
241 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1199 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1200 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1201 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1279 Local.DeclFile); in addLocalsForDie()