Home
last modified time | relevance | path

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

/external/llvm/cmake/modules/
DAddLLVM.cmake202 set(module_dir ${ARG_BINARY_DIR}) variable
204 set(module_dir ${ARG_LIBRARY_DIR}) variable
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake246 set(module_dir ${ARG_BINARY_DIR}) variable
248 set(module_dir ${ARG_LIBRARY_DIR}) variable
/external/python/cpython3/Objects/
Dmoduleobject.c754 module_dir(PyObject *self, PyObject *args) in module_dir() function