Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.h121 bool canEmitIR() const override { return true; } in canEmitIR() function
H A DClang.h113 bool canEmitIR() const override { return true; } in canEmitIR() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h56 virtual bool canEmitIR() const { return false; } in canEmitIR() function