Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h37 SymbolPredicate Allow = SymbolPredicate())
38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {}
45 SymbolPredicate Allow = SymbolPredicate());
51 SymbolPredicate Allow = SymbolPredicate()) {
52 return Load(ES, nullptr, std::move(Allow));
62 SymbolPredicate Allow; variable
H A DExecutionUtils.h227 SymbolPredicate Allow = SymbolPredicate());
234 SymbolPredicate Allow = SymbolPredicate());
240 SymbolPredicate Allow = SymbolPredicate()) {
241 return Load(nullptr, GlobalPrefix, std::move(Allow));
250 SymbolPredicate Allow; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp17 SymbolPredicate Allow) { in Load() argument
23 std::move(Allow)); in Load()
37 if (Allow && !Allow(KV.first)) in tryToGenerate()
H A DExecutionUtils.cpp223 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument
224 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator()
229 SymbolPredicate Allow) { in Load() argument
235 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
251 if (Allow && !Allow(Name)) in tryToGenerate()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/
H A Dcallee-namespace.rst12 // Allow calls with the fully qualified name.
15 // Allow calls to compiler provided functions.
/llvm-project-15.0.7/libc/docs/
H A Dclang_tidy_checks.rst79 // Allow calls with the fully qualified name.
82 // Allow calls to compiler provided functions.
91 // Allow calling into specific global functions (explained above)
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dstand-alone-implementation.m3 // Allow injection of ivars into implementation's implicit class.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dret-struct-by-val.ll4 ; Allow simple structures to be returned by value.
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dstand-alone-implementation.m4 // Allow injection of ivars into implementation's implicit class.
/llvm-project-15.0.7/clang/test/Parser/
H A Dwarn-semicolon-before-method-body.m4 // Allow optional semicolon in objc method definition after method prototype,
/llvm-project-15.0.7/lld/test/ELF/
H A Dx86-64-tls-ld-preemptable.s3 ## Allow local-dynamic R_X86_64_DTPOFF32 and R_X86_64_DTPOFF64 to preemptable symbols.
H A Dprotected-data-access.s12 ## Allow that if --ignore-data-address-equality is specified.
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DOps.td105 // Allow building an AddOp with from the two input operands.
216 // Allow building a MulOp with from the two input operands.
295 // Allow building a ReturnOp with no return operand.
326 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DOps.td106 // Allow building an AddOp with from the two input operands.
217 // Allow building a MulOp with from the two input operands.
293 // Allow building a ReturnOp with no return operand.
321 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/openmp/libomptarget/
H A DCMakeLists.txt70 …option(LIBOMPTARGET_ENABLE_DEBUG "Allow debug output with the environment variable LIBOMPTARGET_DE…
72 …option(LIBOMPTARGET_ENABLE_DEBUG "Allow debug output with the environment variable LIBOMPTARGET_DE…
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DOps.td109 // Allow building an AddOp with from the two input operands.
248 // Allow building a MulOp with from the two input operands.
327 // Allow building a ReturnOp with no return operand.
359 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DOps.td109 // Allow building an AddOp with from the two input operands.
248 // Allow building a MulOp with from the two input operands.
328 // Allow building a ReturnOp with no return operand.
360 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DOps.td109 // Allow building an AddOp with from the two input operands.
248 // Allow building a MulOp with from the two input operands.
328 // Allow building a ReturnOp with no return operand.
360 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DOps.td132 // Allow building an AddOp with from the two input operands.
272 // Allow building a MulOp with from the two input operands.
352 // Allow building a ReturnOp with no return operand.
383 // Allow building a StructAccessOp with just a struct value and an index.
441 // Allow building a TransposeOp with from the input operand.
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DCommonOpts.td15 HelpText<"Allow the tool to remove sections even if it would leave "
123 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dlibcall-fulfilled.ll4 ; Allow to make libcalls that are defined in the current module
/llvm-project-15.0.7/libunwind/test/
H A Dlit.site.cfg.in45 # Allow expanding substitutions that are based on other substitutions
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dabi-breaking.h.cmake21 /* Allow selectively disabling link-time mismatch checking so that header-only
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dabi-breaking.h.cmake21 /* Allow selectively disabling link-time mismatch checking so that header-only
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td34 // Allow scheduler to assign default model to any unrecognized opcodes.

123456