Lines Matching refs:Static
60 static ld_plugin_status discard_message(int level, const char *format, ...) {
66 static ld_plugin_release_input_file release_input_file = nullptr;
67 static ld_plugin_get_input_file get_input_file = nullptr;
68 static ld_plugin_message message = discard_message;
104 static ld_plugin_add_symbols add_symbols = nullptr;
105 static ld_plugin_get_symbols get_symbols = nullptr;
106 static ld_plugin_add_input_file add_input_file = nullptr;
107 static ld_plugin_set_extra_library_path set_extra_library_path = nullptr;
108 static ld_plugin_get_view get_view = nullptr;
109 static Reloc::Model RelocationModel = Reloc::Default;
110 static std::string output_name = "";
111 static std::list<claimed_file> Modules;
112 static StringMap<ResolutionInfo> ResInfo;
113 static std::vector<std::string> Cleanup;
114 static llvm::TargetOptions TargetOpts;
123 static bool generate_api_file = false;
124 static OutputType TheOutputType = OT_NORMAL;
125 static unsigned OptLevel = 2;
126 static unsigned Parallelism = 1;
128 static bool DisableVerify = true;
130 static bool DisableVerify = false;
132 static std::string obj_path;
133 static std::string extra_library_path;
134 static std::string triple;
135 static std::string mcpu;
139 static bool thinlto = false;
145 static std::vector<const char *> extra;
147 static void process_plugin_option(const char *opt_)
192 static ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
194 static ld_plugin_status all_symbols_read_hook(void);
195 static ld_plugin_status cleanup_hook(void);
227 RelocationModel = Reloc::Static;
315 static const GlobalObject *getBaseObject(const GlobalValue &GV) {
321 static bool shouldSkip(uint32_t Symflags) {
329 static void diagnosticHandler(const DiagnosticInfo &DI) {
359 static void diagnosticHandlerForContext(const DiagnosticInfo &DI,
364 static GlobalValue::VisibilityTypes
379 static ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
524 static void internalize(GlobalValue &GV) {
531 static const char *getResolutionName(ld_plugin_symbol_resolution R) {
557 static void freeSymName(ld_plugin_symbol &Sym) {
564 static std::unique_ptr<FunctionInfoIndex>
595 static std::unique_ptr<Module>
734 static void runLTOPasses(Module &M, TargetMachine &TM) {
754 static void saveBCFile(StringRef Path, Module &M) {
762 static void codegen(std::unique_ptr<Module> M) {
856 static ld_plugin_status allSymbolsReadHook(raw_fd_ostream *ApiFile) {
952 static ld_plugin_status all_symbols_read_hook(void) {
979 static ld_plugin_status cleanup_hook(void) {