Searched refs:so_file_path (Results 1 – 2 of 2) sorted by relevance
31 static std::unique_ptr<SoFileParser> Create(const std::string &so_file_path);
120 const std::string &so_file_path) { in Create() argument121 auto binary = llvm::object::createBinary(so_file_path); in Create()