Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp104 TEST(DWARFDie, getDeclFile) { in TEST() argument
184 std::string DeclFile = MainDie.getDeclFile( in TEST()
290 std::string DeclFile = MainDie.getDeclFile( in TEST()
395 std::string DeclFile = MainDie.getDeclFile( in TEST()
517 std::string DeclFile = MainDie.getDeclFile( in TEST()
639 std::string DeclFile = MainDie.getDeclFile( in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h259 std::string getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp264 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1130 std::string DeclFile = DIE.getDeclFile(FileNameKind); in getFunctionNameAndStartLineForAddress()
1271 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
1367 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
H A DDWARFDie.cpp479 DWARFDie::getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getDeclFile() function in DWARFDie