/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.h | 33 /// If the Allow predicate is given then only symbols matching the predicate 41 SymbolPredicate Allow = SymbolPredicate(), 43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)), 51 SymbolPredicate Allow = SymbolPredicate(), 58 SymbolPredicate Allow = SymbolPredicate(), 60 return Load(ES, nullptr, std::move(Allow), std::move(AddAbsoluteSymbols)); 70 SymbolPredicate Allow; 62 SymbolPredicate Allow; global() variable
|
H A D | ExecutionUtils.h | 232 SymbolPredicate Allow = SymbolPredicate(), 240 SymbolPredicate Allow = SymbolPredicate(), 247 SymbolPredicate Allow = SymbolPredicate(), 249 return Load(nullptr, GlobalPrefix, std::move(Allow), 259 SymbolPredicate Allow; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.cpp | 20 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument 27 ES, *Handle, std::move(Allow), std::move(AddAbsoluteSymbols)); in Load() 46 if (Allow && !Allow(KV.first)) in tryToGenerate()
|
H A D | ExecutionUtils.cpp | 222 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow, in DynamicLibrarySearchGenerator() argument 224 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator() 230 SymbolPredicate Allow, in Load() argument 237 std::move(Lib), GlobalPrefix, std::move(Allow), in Load() 254 if (Allow && !Allow(Name)) in tryToGenerate()
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 13 - Allow userdata objects to be emitted and destructed 43 - Allow to save comments and macros when parsing UCL documents 51 - Allow searching an array of paths for includes (by Allan Jude) 89 - Allow to reserve space in arrays and hashes 99 - Allow to emit msgpack from Lua 101 - Allow to pass opaque objects in Lua API for transparent C passthrough
|
/freebsd/share/examples/jails/ |
H A D | rc.conf.jails | 14 #jail_sysvipc_allow="YES" # Allow SysV Interprocess Comm. 15 #jail_set_hostname_allow="YES" # Allow hostname to change
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 724 UINT8 Allow; in AcpiDbMethodThread() local 794 Allow = 0; in AcpiDbMethodThread() 802 Allow = 1; in AcpiDbMethodThread() 807 if (Allow) in AcpiDbMethodThread()
|
/freebsd/sys/arm/conf/ |
H A D | GENERIC-MMCCAM | 15 # Allow for CAM debugging
|
H A D | std.armv6 |
|
H A D | std.armv7 | 12 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 14 options SCTP_SUPPORT # Allow kldload of SCTP
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC-MMCCAM | 15 # Allow for CAM debugging
|
/freebsd/bin/sh/tests/builtins/ |
H A D | return5.0 | 6 # Allow return to return from the function or the dot script.
|
/freebsd/bin/csh/ |
H A D | csh.login | 10 # Allow terminal messages
|
/freebsd/sys/arm64/conf/ |
H A D | GENERIC-MMCCAM | 15 # Allow for CAM debugging
|
/freebsd/sys/contrib/openzfs/etc/sudoers.d/ |
H A D | zfs | 2 ## Allow any user to run `zpool iostat/status -c smart` in order
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | charger-manager.txt | 70 /* Allow charging for 5hr */ 72 /* Allow discharging for 2hr */
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.asn1 | 47 allow-kerberos4(15), -- Allow Kerberos 4 requests 48 allow-digest(16), -- Allow digest requests
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ProfileList.h | 33 Allow, enumerator
|
/freebsd/libexec/bootpd/ |
H A D | Changes | 26 Allow bootptab syntax: ha="0:0:c0:80:e8:a7" 131 Allow underscore in host names - readfile.c:goodname() 141 Allow ieee802 hardware address in bit-reversed oreder 223 Allow host name anywhere IP address is expected. 238 Allow extended-length BOOTP packets (more vendor options)
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | qcom-opp.txt | 10 - compatible: Allow OPPs to express their compatibility. It should be:
|
/freebsd/bin/sh/ |
H A D | profile | 12 # Allow terminal messages
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 18 HelpText<"Allow the tool to remove sections even if it would leave " 126 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
|
/freebsd/contrib/less/ |
H A D | NEWS | 69 * Allow expansion of environment variables in lesskey files. 100 * Allow --rscroll to accept non-ASCII characters (github #483). 102 * Allow the parameter to certain options to be terminated with a 212 * Allow empty "lines" field in --header option. 277 * Allow option name in -- command to end with '=' in addition to '\n'. 498 * Allow some debugging environment variables to be set in lesskey file. 542 * Allow "extra" string in lesskey file to append to a multi-char command 560 * Allow %% escape sequence in LESSOPEN variable. 566 * Allow backslash escaping of metacharacters in LESS environment variable 654 * Allow [all...] |
/freebsd/contrib/openbsm/ |
H A D | TODO | 18 - Allow the path /etc/security to be configured at configure-time so that
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSchedule.td | 34 // Allow scheduler to assign default model to any unrecognized opcodes.
|