Searched refs:ElfDso (Results 1 – 1 of 1) sorted by relevance
502 class ElfDso : public Dso { class504 ElfDso(const std::string& path, const std::string& debug_file_path) in ElfDso() function in simpleperf::ElfDso901 return std::unique_ptr<Dso>(new ElfDso(dso_path, debug_path)); in CreateDso()921 return std::unique_ptr<Dso>(new ElfDso(dso_path, debug_path)); in CreateDsoWithBuildId()