Home
last modified time | relevance | path

Searched refs:compiletime (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clang-sys/
DREADME.md59 you don't want to link to `libclang` at compiletime but instead want to load it at runtime, enable
93 * `LLVM_CONFIG_PATH` **(compiletime)** - provides a full path to an `llvm-config` executable
95 * `LIBCLANG_PATH` **(compiletime)** - provides a path to a directory containing a `libclang` shared
97 * `LIBCLANG_STATIC_PATH` **(compiletime)** - provides a path to a directory containing LLVM and
134 linking to `libclang` dynamically at compiletime.
/external/oj-libjdwp/src/share/back/
DdebugInit.c158 version_type compiletime; member
193 version_type comptime = compatible_versions_list[i].compiletime; in compatible_versions()