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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h121 virtual Expected<CC::FileType> OutputCode(const std::string &Bitcode, function in class:llvm::AbstractInterpreter
126 "OutputCode not supported by this AbstractInterpreter!",
176 Expected<CC::FileType> OutputCode(const std::string &Bitcode,
H A DToolRunner.cpp433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, function in class:LLC
475 OutputCode(Bitcode, OutputAsmFile, Timeout, MemoryLimit);
492 OutputCode(Bitcode, OutputAsmFile, Timeout, MemoryLimit);
H A DExecutionDriver.cpp394 SafeInterpreter->OutputCode(BitcodeFile, OutputFile);

Completed in 107 milliseconds