Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp184 std::string DeclFile = MainDie.getDeclFile( in TEST() local
189 EXPECT_EQ(DeclFile, Ref); in TEST()
290 std::string DeclFile = MainDie.getDeclFile( in TEST() local
295 EXPECT_EQ(DeclFile, Ref); in TEST()
395 std::string DeclFile = MainDie.getDeclFile( in TEST() local
400 EXPECT_EQ(DeclFile, Ref); in TEST()
517 std::string DeclFile = MainDie.getDeclFile( in TEST() local
522 EXPECT_EQ(DeclFile, Ref); in TEST()
639 std::string DeclFile = MainDie.getDeclFile( in TEST() local
644 EXPECT_EQ(DeclFile, Ref); in TEST()
/llvm-project-15.0.7/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.cpp330 Res.DeclFile = FileName; in symbolizeData()
335 Res.DeclFile = DL.FileName; in symbolizeData()
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Doutput-style-json-frame.ll25DeclFile":"/x.c","DeclLine":2,"FrameOffset":24,"FunctionName":"f","Name":"a","Size":"0x8","TagOffs…
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h117 std::string DeclFile; member
126 std::string DeclFile; member
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp1801 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
1802 NoArgsGFunc.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
2631 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
2633 Sym.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
2651 std::string DeclFile = URI::create(testPath("foo")).toString(); in TEST() local
2653 Sym.CanonicalDeclaration.FileURI = DeclFile.c_str(); in TEST()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1130 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress() local
1131 if (!DeclFile.empty()) { in getFunctionNameAndStartLineForAddress()
1132 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
1211 Local.DeclFile); in addLocalsForDie()