Home
last modified time | relevance | path

Searched defs:InputIsBitcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/
H A DTestRunner.h62 const bool InputIsBitcode; variable
H A DTestRunner.cpp20 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 Dllvm-reduce.cpp125 bool InputIsBitcode) { in determineOutputType()
/llvm-project/clang/lib/Driver/
H A DDriver.cpp5281 bool InputIsBitcode = true; combineBackendCompile() local