Home
last modified time | relevance | path

Searched defs:OutputBitcode (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp126 bool OutputBitcode = ForceOutputBitcode || InputIsBitcode; in determineOutputType() local
191 bool OutputBitcode; in main() local
H A DTestRunner.cpp21 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
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp762 auto OutputBitcode = [&](size_t, const Module &M) { linkBitcodeFiles() local