Home
last modified time | relevance | path

Searched refs:gen_preprocess_options (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options
150 pp_opts = gen_preprocess_options(macros, include_dirs)
Dbcppcompiler.py20 from distutils.ccompiler import CCompiler, gen_preprocess_options
372 pp_opts = gen_preprocess_options(macros, include_dirs)
Demxccompiler.py25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options
Dccompiler.py405 pp_opts = gen_preprocess_options(macros, incdirs)
1057 def gen_preprocess_options(macros, include_dirs): function