Home
last modified time | relevance | path

Searched refs:canEmitIR (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
DTool.h87 virtual bool canEmitIR() const { return false; } in canEmitIR() function
/external/clang/lib/Driver/
DTools.h98 bool canEmitIR() const override { return true; } in canEmitIR() function
DDriver.cpp1528 if (!Compiler->canEmitIR() || !SaveTemps) { in SelectToolForJob()