Searched refs:fileType (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.h64 FileType fileType, const std::string &InputFile,
72 Error MakeSharedObject(const std::string &InputFile, FileType fileType,
H A DToolRunner.cpp624 FileType fileType,
642 if (fileType != ObjectFile) {
644 if (fileType == CFile) {
765 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType, argument
790 if (fileType != ObjectFile) {
792 CCArgs.push_back(fileType == AsmFile ? "assembler" : "c");
622 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, const std::vector<std::string> &ArgsForCC, unsigned Timeout, unsigned MemoryLimit) argument
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in664 my $fileType = "";
665 if (($fileType = checkFileness(@module_list)) eq "") {
677 checkModuleMatch($fileType, $commit_object, $cvsacl_module);

Completed in 199 milliseconds