Home
last modified time | relevance | path

Searched refs:OutputBitcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp126 bool OutputBitcode = ForceOutputBitcode || InputIsBitcode; in determineOutputType() local
135 IsMIR ? "reduced.mir" : (OutputBitcode ? "reduced.bc" : "reduced.ll"); in determineOutputType()
138 return {OutputFilename, OutputBitcode}; in determineOutputType()
191 bool OutputBitcode; in main() local
192 std::tie(OutputFilename, OutputBitcode) = in main()
198 OutputBitcode); in main()
H A DTestRunner.cpp20 bool OutputBitcode) in TestRunner()
23 InputIsBitcode(InputIsBitcode), EmitBitcode(OutputBitcode) { in TestRunner()
21 TestRunner(StringRef TestName,const std::vector<std::string> & TestArgs,std::unique_ptr<ReducerWorkItem> Program,std::unique_ptr<TargetMachine> TM,StringRef ToolName,StringRef OutputName,bool InputIsBitcode,bool OutputBitcode) TestRunner() argument
H A DTestRunner.h31 StringRef OutputFilename, bool InputIsBitcode, bool OutputBitcode);
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp762 auto OutputBitcode = [&](size_t, const Module &M) { linkBitcodeFiles() local