Lines Matching defs:JD
174 LLVMOrcJITDylibRef JD;
219 LLVMOrcJITDylibRef JD;
226 * The list is terminated with an element containing a null pointer for the JD
290 * Ownership of JD and Symbol remain with the caller: These arguments should
294 void *Ctx, LLVMOrcJITDylibRef JD, LLVMOrcSymbolStringPoolEntryRef Symbol);
354 * The JD argument specifies which JITDylib the definitions should be generated
361 * be found in JD already (the set of generation candidates).
366 LLVMOrcJITDylibRef JD, LLVMOrcJITDylibLookupFlags JDLookupFlags,
706 * LLVMOrcLazyReexports(LCTM, ISM, JD, CallableAliases, NumPairs);
824 * LLVMOrcCDependenceMapPair Dependence = {JD, {Names, sizeof(Names)}}
825 * LLVMOrcMaterializationResponsibilityAddDependencies(JD, Name, &Dependence,
935 * Return a reference to a newly created resource tracker associated with JD.
940 LLVMOrcJITDylibCreateResourceTracker(LLVMOrcJITDylibRef JD);
948 LLVMOrcJITDylibGetDefaultResourceTracker(LLVMOrcJITDylibRef JD);
953 * If this operation succeeds then JITDylib JD will take ownership of MU.
957 LLVMErrorRef LLVMOrcJITDylibDefine(LLVMOrcJITDylibRef JD,
964 LLVMErrorRef LLVMOrcJITDylibClear(LLVMOrcJITDylibRef JD);
972 void LLVMOrcJITDylibAddGenerator(LLVMOrcJITDylibRef JD,
1171 LLVMOrcJITDylibRef JD,