Searched refs:sysroot (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h22 ConstString sysroot; member in struct:lldb_private::SourceModule
/freebsd-13-stable/share/mk/
H A Dlocal.init.mk18 CFLAGS_LAST+= --sysroot=${SYSROOT}
19 CXXFLAGS_LAST+= --sysroot=${SYSROOT}
20 LDADD+= --sysroot=${SYSROOT}
H A Dbsd.compat.mk149 --sysroot=${LIBCOMPATTMP} \
H A Dsrc.libnames.mk597 # not using a --sysroot or for meta mode bootstrapping when there is no
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in14 GENERATOR_FILE=/run/systemd/generator/sysroot.mount
15 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
18 # If the ZFS sysroot.mount flag exists, the initial RAM disk configured
21 info "ZFS: There is a sysroot.mount and zfs-generator has extended it."
22 info "ZFS: Delegating root mount to sysroot.mount."
34 info "ZFS: No sysroot.mount exists or zfs-generator did not extend it."
H A Dzfs-generator.sh.in44 [ -n "$debug" ] && echo "zfs-generator: writing extension for sysroot.mount to $GENERATOR_DIR/sysroot.mount.d/zfs-enhancement.conf" >> /dev/kmsg
47 mkdir -p "$GENERATOR_DIR"/sysroot.mount.d "$GENERATOR_DIR"/initrd-root-fs.target.requires "$GENERATOR_DIR"/dracut-pre-mount.service.d
62 } > "$GENERATOR_DIR"/sysroot.mount.d/zfs-enhancement.conf
63 ln -fs ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount
70 echo "After=sysroot.mount"
80 echo "Mounting $1 on /sysroot$2"; \
81 mount -o zfsutil -t zfs "$1" "/sysroot$2"; \
92 unit="sysroot
[all...]
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh59 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
75 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) argument
51 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)),
52 HasSysroot(!(sysroot.empty() || sysroot == "/")) {}
55 /// the sysroot if used.
60 /// without performing any sysroot remapping.
117 // Add the path with sysroot prepended, if desired and this is a system header
277 // <sysroot>/<triple>/include
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp206 // starts with "=", the character is replaced with a --sysroot value.
210 path::append(s, config->sysroot, path1.substr(1), path2);
H A DConfig.h116 llvm::StringRef sysroot; member in struct:lld::elf::Configuration
H A DScriptParser.cpp49 if (config->sysroot == "")
53 if (!sys::fs::equivalent(config->sysroot, path))
130 // True if a script being read is in a subdirectory specified by -sysroot.
284 StringRef path = (config->sysroot + s).toStringRef(pathData);
295 // Case 2: relative to the sysroot.
296 if (config->sysroot.empty())
299 driver->addFile(saver.save(config->sysroot + "/" + s.substr(1)),
H A DDriver.cpp1010 config->sysroot = args.getLastArgValue(OPT_sysroot);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h190 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i350 SetCurrentPlatformSDKRoot (const char *sysroot);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1464 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { argument
1466 (const char *), sysroot);
1474 if (log && sysroot)
1476 sysroot);
1477 platform_sp->SetSDKRootDirectory(ConstString(sysroot));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h515 /// \param sysroot will be added to the path remapping dictionary.
516 void RegisterXcodeSDK(llvm::StringRef sdk, llvm::StringRef sysroot);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp259 auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef());
260 auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef());
265 // No need to inject search paths to modules in the sysroot.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp814 const char *sysroot = local
816 // Register the sysroot path remapping with the module belonging to
822 module_sp->RegisterXcodeSDK(sdk, sysroot);
826 local_module_sp->RegisterXcodeSDK(sdk, sysroot);
1007 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString(
1009 module.sysroot = ConstString(sysroot);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1624 void Module::RegisterXcodeSDK(llvm::StringRef sdk_name, llvm::StringRef sysroot) { argument
1631 ConstString sysroot_cs(sysroot);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp386 // Give --sysroot= preference, over the Apple specific behavior to also use
388 StringRef sysroot = C.getSysRoot(); local
389 if (sysroot != "") {
391 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
1758 // Xcode tools to define the default sysroot, by making it the default for
1917 // Returns the effective header sysroot path to use. This comes either from
1918 // -isysroot or --sysroot.
1940 // Add <sysroot>/usr/local/include
1968 // Otherwise, add <sysroot>/usr/include.
2032 // Also add <sysroot>/us
[all...]
H A DClang.cpp1295 // If we have a --sysroot, and don't have an explicit -isysroot flag, add an
1297 StringRef sysroot = C.getSysRoot(); local
1298 if (sysroot != "") {
1301 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
2167 Buf = "--sysroot=";
/freebsd-13-stable/
H A DMakefile.inc1810 # The internal bootstrap compiler has a default sysroot set by TOOLS_PREFIX
812 # always pass an explicit --sysroot and -target.
813 # - External compiler needs sysroot and target flags.
814 # - External ld needs sysroot.
815 # - To be clear about the use of a sysroot when using the internal compiler.
830 XCFLAGS+= --sysroot=${WORLDTMP}
2657 # This target merely builds a toolchan/sysroot, then builds the tools it wants
2810 # Populate includes/libraries sysroot that produce native binaries.
3409 # GCC requires -isystem and -L when using a cross-compiler. --sysroot
3414 # combined with --sysroot
[all...]
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh2615 # Replace a leading = in PATH with a sysroot. Store the result into
2629 # If PATH begins with the sysroot, replace it with = and
2639 # Including no sysroot.
4001 # Remove sysroot references
6982 # Will only happen for absolute or sysroot arguments
6985 # Preserve sysroot, but never include relative directories
7065 -model|-arch|-isysroot|--sysroot)
7273 # --sysroot=* for sysroot support
7279 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1761 StringRef sysroot = C.getSysRoot(); local
1768 llvm::outs() << sysroot << Path.substr(1);

Completed in 274 milliseconds

12