OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLANG_PLUGINS
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/gcmole/
run-gcmole.py
14
CLANG_PLUGINS
= os.path.join(GCMOLE_PATH, 'gcmole-tools')
28
env={'CLANG_BIN': CLANG_BIN, '
CLANG_PLUGINS
':
CLANG_PLUGINS
},
gcmole.lua
86
local
CLANG_PLUGINS
= os.getenv "
CLANG_PLUGINS
"
92
if not
CLANG_PLUGINS
or
CLANG_PLUGINS
== "" then
93
CLANG_PLUGINS
= DIR
106
.. " -Xclang -load -Xclang " ..
CLANG_PLUGINS
.. "/libgcmole.so"
Completed in 851 milliseconds