Searched refs:OutputCode (Results 1 - 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 124 /// OutputCode - Compile the specified program from bitcode to code 128 virtual GCC::FileType OutputCode(const std::string &Bitcode, function in class:llvm::AbstractInterpreter 132 Error = "OutputCode not supported by this AbstractInterpreter!"; 188 /// OutputCode - Compile the specified program from bitcode to code 192 virtual GCC::FileType OutputCode(const std::string &Bitcode, 236 /// OutputCode - Compile the specified program from bitcode to code 240 virtual GCC::FileType OutputCode(const std::string &Bitcode,
|
H A D | ToolRunner.cpp | 446 GCC::FileType LLC::OutputCode(const std::string &Bitcode, function in class:LLC 491 OutputCode(Bitcode, OutputAsmFile, *Error, Timeout, MemoryLimit); 506 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
|
H A D | ExecutionDriver.cpp | 386 GCC::FileType FT = SafeInterpreter->OutputCode(BitcodeFile, OutputFile,
|
Completed in 61 milliseconds