Home
last modified time | relevance | path

Searched refs:fileType (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/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, in ExecuteProgram() argument
642 if (fileType != ObjectFile) { in ExecuteProgram()
644 if (fileType == CFile) { in ExecuteProgram()
765 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject() argument
790 if (fileType != ObjectFile) { in MakeSharedObject()
792 CCArgs.push_back(fileType == AsmFile ? "assembler" : "c"); in MakeSharedObject()