Lines Matching defs:GetObjFileInterface
295 GetObjectFileInterface GetObjFileInterface) {
303 std::move(GetObjFileInterface));
310 GetObjectFileInterface GetObjFileInterface) {
332 std::move(GetObjFileInterface), Err));
344 GetObjectFileInterface GetObjFileInterface) {
355 std::move(VisitMembers), std::move(GetObjFileInterface));
377 std::move(VisitMembers), std::move(GetObjFileInterface));
412 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef);
468 GetObjectFileInterface GetObjFileInterface, Error &Err)
469 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)),
472 if (!this->GetObjFileInterface)
473 this->GetObjFileInterface = getObjectFileInterface;