Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp133 if (Local.DeclFile.empty()) in operator <<()
136 OS << Local.DeclFile; in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp131 if (Local.DeclFile.empty()) in operator <<()
134 OS << Local.DeclFile; in operator <<()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp187 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID() local
189 if (DeclFile) { in constructDieID()
193 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h122 std::string DeclFile; member
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h129 std::string DeclFile; member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp1607 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
1608 NoArgsGFunc.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
2368 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
2370 Sym.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
2388 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
2390 Sym.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp576 if (auto DeclFile = toUnsigned(findRecursively(DW_AT_decl_file))) { in getDeclFile() local
578 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); in getDeclFile()
DDWARFContext.cpp1056 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1057 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1058 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1193 Local.DeclFile); in addLocalsForDie()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1128 Local.DeclFile); in addLocalsForDie()