Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp225 static void process_plugin_option(const char *opt_) in process_plugin_option() argument
227 if (opt_ == nullptr) in process_plugin_option()
229 llvm::StringRef opt = opt_; in process_plugin_option()
280 message(LDPL_FATAL, "Invalid codegen partition level: %s", opt_ + 5); in process_plugin_option()
324 extra.push_back(opt_); in process_plugin_option()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1027 const char *opt_##VAR = NAME; \ in AddClangModuleCompilationOptionsForSDKType()
1028 (void)opt_##VAR; in AddClangModuleCompilationOptionsForSDKType()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc628 PRE_SYSCALL(compat_12_oreboot)(long long opt_) { /* TODO */ }
629 POST_SYSCALL(compat_12_oreboot)(long long res, long long opt_) { /* TODO */ }
1635 PRE_SYSCALL(reboot)(long long opt_, void *bootstr_) {
1641 POST_SYSCALL(reboot)(long long res, long long opt_, void *bootstr_) {