Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp233 if (L.DeclFile.empty()) in print()
236 OS << L.DeclFile; in print()
351 {"DeclFile", Local.DeclFile}, in print()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp197 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local
199 if (DeclFile) { in constructDieID()
203 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h130 std::string DeclFile; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp575 if (auto DeclFile = toUnsigned(findRecursively(DW_AT_decl_file))) { in getDeclFile() local
577 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); in getDeclFile()
H A DDWARFContext.cpp1058 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1059 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1060 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1196 Local.DeclFile); in addLocalsForDie()