Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
922 switch (options::TheOutputType) { in createLTO()
1136 if (options::TheOutputType == options::OT_DISABLE || in allSymbolsReadHook()
1137 options::TheOutputType == options::OT_BC_ONLY || in allSymbolsReadHook()
1138 options::TheOutputType == options::OT_ASM_ONLY) in allSymbolsReadHook()
1162 if (options::TheOutputType == options::OT_BC_ONLY || in all_symbols_read_hook()
[all …]