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

/external/llvm/tools/bugpoint/
H A DToolRunner.h121 /// OutputCode - Compile the specified program from bitcode to code
125 virtual GCC::FileType OutputCode(const std::string &Bitcode, function in class:llvm::AbstractInterpreter
129 Error = "OutputCode not supported by this AbstractInterpreter!";
188 /// OutputCode - Compile the specified program from bitcode to code
192 GCC::FileType OutputCode(const std::string &Bitcode,
H A DToolRunner.cpp475 GCC::FileType LLC::OutputCode(const std::string &Bitcode, function in class:LLC
522 OutputCode(Bitcode, OutputAsmFile, *Error, Timeout, MemoryLimit);
537 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
H A DExecutionDriver.cpp391 GCC::FileType FT = SafeInterpreter->OutputCode(BitcodeFile, OutputFile,

Completed in 143 milliseconds