Searched refs:getDeclFile (Results 1 – 5 of 5) sorted by relevance
104 TEST(DWARFDie, getDeclFile) { in TEST() argument184 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()
259 std::string getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
264 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable()
1130 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()
479 DWARFDie::getDeclFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getDeclFile() function in DWARFDie