Searched refs:DsoType (Results 1 – 5 of 5) sorted by relevance
73 enum DsoType { enum100 static std::unique_ptr<Dso> CreateDso(DsoType dso_type,105 DsoType type() const { return type_; } in type()152 Dso(DsoType type, const std::string& path);161 const DsoType type_;180 const char* DsoTypeToString(DsoType dso_type);
134 std::unique_ptr<Dso> Dso::CreateDso(DsoType dso_type, in CreateDso()139 Dso::Dso(DsoType type, const std::string& path) in Dso()479 const char* DsoTypeToString(DsoType dso_type) { in DsoTypeToString()
271 DsoType dso_type = static_cast<DsoType>(file_type); in AddDsoInfo()
215 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type))); in DumpFeatureSection()
772 DsoTypeToString(static_cast<DsoType>(dso_type)), dso_type); in DumpData()