Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp139 static OutputType TheOutputType = OT_NORMAL; variable
240 TheOutputType = OT_BC_ONLY; in process_plugin_option()
242 TheOutputType = OT_SAVE_TEMPS; in process_plugin_option()
244 TheOutputType = OT_DISABLE; in process_plugin_option()
246 TheOutputType = OT_ASM_ONLY; in process_plugin_option()
910 switch (options::TheOutputType) { in createLTO()
1073 else if (options::TheOutputType == options::OT_SAVE_TEMPS) in runLTO()
1075 else if (options::TheOutputType == options::OT_ASM_ONLY) in runLTO()
1125 if (options::TheOutputType == options::OT_DISABLE || in allSymbolsReadHook()
1126 options::TheOutputType == options::OT_BC_ONLY || in allSymbolsReadHook()
[all …]