Go to the source code of this file.
|
| namespace | llvm |
| | This is an optimization pass for GlobalISel generic memory operations.
|
| namespace | llvm::orc |
|
| LLVM_ABI void | llvm::orc::lookupAndApply (unique_function< void(Error)> OnApplied, ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, ArrayRef< LookupPrepareFn > PrepareFns) |
| | Resolve the symbols contributed by every prepare function with a single lookup, then let each of their applicators act on the result.
|
| LLVM_ABI Error | llvm::orc::lookupAndApply (ExecutionSession &ES, LookupKind K, const JITDylibSearchOrder &SearchOrder, ArrayRef< LookupPrepareFn > PrepareFns) |
| | Blocking version of lookupAndApply above.
|
| LLVM_ABI void | llvm::orc::lookupAndApply (unique_function< void(Error)> OnApplied, JITDylib &JD, ArrayRef< LookupPrepareFn > PrepareFns) |
| | lookupAndApply with a static lookup in the given JITDylib.
|
| LLVM_ABI Error | llvm::orc::lookupAndApply (JITDylib &JD, ArrayRef< LookupPrepareFn > PrepareFns) |
| | lookupAndApply with a static lookup in the given JITDylib.
|