Searched refs:GetDebugFilePath (Results 1 – 7 of 7) sorted by relevance
37 ASSERT_NE(dso->GetDebugFilePath(), "[vdso]"); in TEST()
123 const char* name = entry->dso->GetDebugFilePath().c_str(); in CreateMapInfo()125 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo()
149 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
159 bool match = std::regex_search(instr_range.dso->GetDebugFilePath(), in FilterInstrRange()
179 ASSERT_EQ(dso->GetDebugFilePath(), file_path); in TEST()
275 auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status)); in GetMemoryBuffer()
502 << GetDebugFilePath() << ": " << result; in GetMinExecutableVaddr()