Home | History | Annotate | Download | only in Linker

Lines Matching defs:Result

245   Type *Result = getImpl(Ty);
250 return Result;
396 /// what the result will look like in the destination module.
492 /// the result will look like in the destination module. In particular, it
511 // If one of GVs has DLLImport linkage, result should be dllimport'ed.
1348 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src),
1352 return Result;