Home
last modified time | relevance | path

Searched refs:Allow (Results 1 – 25 of 244) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h42 SymbolPredicate Allow = SymbolPredicate(),
44 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
55 ExecutionSession &ES, SymbolPredicate Allow,
57 : EPC(ES.getExecutorProcessControl()), Allow(std::move(Allow)),
66 SymbolPredicate Allow = SymbolPredicate(),
73 SymbolPredicate Allow = SymbolPredicate(),
75 return Load(ES, nullptr, std::move(Allow), std::move(AddAbsoluteSymbols));
87 SymbolPredicate Allow; variable
H A DExecutionUtils.h233 SymbolPredicate Allow = SymbolPredicate(),
241 SymbolPredicate Allow = SymbolPredicate(),
248 SymbolPredicate Allow = SymbolPredicate(),
250 return Load(nullptr, GlobalPrefix, std::move(Allow),
260 SymbolPredicate Allow; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp22 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load() argument
30 ES, *Handle, std::move(Allow), std::move(AddAbsoluteSymbols)); in Load()
47 assert(Allow && "No handle or filter?"); in tryToGenerate()
50 if (Allow(Name)) in tryToGenerate()
61 if (Allow && !Allow(KV.first)) in tryToGenerate()
H A DExecutionUtils.cpp222 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/llvm-project/clang/lib/Basic/
H A DProfileList.cpp93 return Allow; in getDefault()
101 return Allow; in getDefault()
108 return Allow; in inSection()
114 return Allow; in inSection()
128 return Allow; in isFunctionExcluded()
148 return Allow; in isFileExcluded()
/freebsd/share/examples/jails/
H A Drc.conf.jails14 #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 Ddbexec.c724 UINT8 Allow; in AcpiDbMethodThread() local
794 Allow = 0; in AcpiDbMethodThread()
802 Allow = 1; in AcpiDbMethodThread()
807 if (Allow) in AcpiDbMethodThread()
/freebsd/sys/amd64/conf/
H A DGENERIC-MMCCAM15 # Allow for CAM debugging
/freebsd/sys/arm/conf/
H A DGENERIC-MMCCAM15 # Allow for CAM debugging
H A Dstd.armv6
H A Dstd.armv712 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
14 options SCTP_SUPPORT # Allow kldload of SCTP
H A DTEGRA12492 device ukbd # Allow keyboard like HIDs to control console
140 device hkbd # Allow keyboard like HIDs to control console
/freebsd/bin/sh/tests/builtins/
H A Dreturn5.06 # Allow return to return from the function or the dot script.
/freebsd/bin/csh/
H A Dcsh.login10 # Allow terminal messages
/freebsd/sys/arm64/conf/
H A DGENERIC-MMCCAM15 # Allow for CAM debugging
H A Dstd.arm6415 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
22 options SCTP_SUPPORT # Allow kldload of SCTP
/freebsd/sys/contrib/openzfs/etc/sudoers.d/
H A Dzfs2 ## Allow any user to run `zpool iostat/status -c smart` in order
/freebsd/crypto/openssl/.ctags.d/
H A Dadd-dir.ctags10 # Allow ctags to load configuration file under the sub directories.
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.txt70 /* Allow charging for 5hr */
72 /* Allow discharging for 2hr */
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h33 Allow, enumerator
/freebsd/libexec/bootpd/
H A DChanges26 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/crypto/heimdal/lib/hdb/
H A Dhdb.asn147 allow-kerberos4(15), -- Allow Kerberos 4 requests
48 allow-digest(16), -- Allow digest requests
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-opp.txt10 - compatible: Allow OPPs to express their compatibility. It should be:
/freebsd/bin/sh/
H A Dprofile12 # Allow terminal messages
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td18 HelpText<"Allow the tool to remove sections even if it would leave "
126 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "

12345678910