Home
last modified time | relevance | path

Searched defs:canEmitIR (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DFlang.h33 bool canEmitIR() const override { return true; } in canEmitIR() function
DClang.h112 bool canEmitIR() const override { return true; } in canEmitIR() function
/external/llvm-project/clang/include/clang/Driver/
DTool.h55 virtual bool canEmitIR() const { return false; } in canEmitIR() function
/external/clang/include/clang/Driver/
DTool.h87 virtual bool canEmitIR() const { return false; } in canEmitIR() function
/external/clang/lib/Driver/
DTools.h114 bool canEmitIR() const override { return true; } in canEmitIR() function