Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h69 bool isThinLTO();
/external/llvm/tools/lto/
Dlto.cpp509 return unwrap(mod)->isThinLTO(); in lto_module_is_thinlto()
/external/llvm/lib/LTO/
DLTOModule.cpp77 bool LTOModule::isThinLTO() { in isThinLTO() function in LTOModule