Home
last modified time | relevance | path

Searched defs:DisableInline (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp259 bool DisableInline, in compile_to_file()
270 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile()
457 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize()
/external/llvm/tools/opt/
Dopt.cpp109 DisableInline("disable-inlining", cl::desc("Do not run the inliner pass")); variable