Lines Matching full:client
254 * If a client creates an instance of this type then they are responsible for
321 * If a client captures a lookup state object then they must eventually call
519 * returned value should be released once the client is done with it by
562 * retained by the client for this function. The client should *not* release the
571 * The client is fully responsible for managing the lifetime of the Ctx object.
621 * prevented the client from calling LLVMOrcJITDylibAddGenerator).
640 * function. The client should *not* release the elements of the array, but is
686 * The client is still responsible for deleting the Sym array itself.
688 * If a client wishes to reuse elements of the Sym array after this call they
710 * The client is still responsible for deleting the CallableAliases array itself.
712 * If a client wishes to reuse elements of the CallableAliases array after this call they
830 * The client is still responsible for deleting the Dependencies.Names arrays,
899 * The client is responsible for ensuring that the JITDylib's name is unique,
903 * created JITDylib. The client is responsible for all configuration.
912 * The client is responsible for ensuring that the JITDylib's name is unique,
969 * The JITDylib will take ownership of the given generator: The client is no
986 * null (in which case the client is responsible for the lifetime of Ctx).
1001 * the JITDylib. On success the resulting generator is owned by the client.
1014 * function is the full mangled symbol: The client is responsible for stripping
1024 * owned by the client. Ownership is typically transferred by adding the
1036 * function is the full mangled symbol: The client is responsible for stripping
1049 * generator is owned by the client. Ownership is typically transferred by
1091 * (e.g. by LLVMOrcLLJITAddLLVMIRModule) then the client is no longer
1092 * responsible for it. If it is not transferred to the JIT then the client
1101 * not been passed to LLJIT (e.g. because some error prevented the client from
1117 * On success the client owns the resulting JITTargetMachineBuilder. It must be
1129 * before returing. The resulting JITTargetMachineBuilder is owned by the client
1194 * function. The client is not responsible for cleanup.
1227 * The resulting IndirectStubsManager is owned by the client