HomeSort by: relevance | last modified time | path
    Searched defs:Allow (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TPCDynamicLibrarySearchGenerator.h 30 /// If the Allow predicate is given then only symbols matching the predicate
35 SymbolPredicate Allow = SymbolPredicate())
36 : TPC(TPC), H(H), Allow(std::move(Allow)) {}
43 SymbolPredicate Allow = SymbolPredicate());
49 SymbolPredicate Allow = SymbolPredicate()) {
50 return Load(TPC, nullptr, std::move(Allow));
60 SymbolPredicate Allow;
ExecutionUtils.h 217 /// passes the 'Allow' predicate will be added to the JITDylib.
225 /// If the Allow predicate is given then only symbols matching the predicate
229 SymbolPredicate Allow = SymbolPredicate());
236 SymbolPredicate Allow = SymbolPredicate());
242 SymbolPredicate Allow = SymbolPredicate()) {
243 return Load(nullptr, GlobalPrefix, std::move(Allow));
252 SymbolPredicate Allow;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 53 enum MemTransfer { ForceDisabled = 0, ForceEnabled, Allow };
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 300 /* No single step, allow redirection to a file */
447 * Allow one execution to be performed by debugger or single step
535 * Allow any handlers in separate threads to complete.
618 UINT8 Allow;
688 Allow = 0;
696 Allow = 1;
701 if (Allow)

Completed in 17 milliseconds