Lines Matching defs:GetObjFileInterface
277 GetObjectFileInterface GetObjFileInterface) {
289 std::move(GetObjFileInterface));
312 return Create(L, std::move(*SliceBuffer), std::move(GetObjFileInterface));
324 GetObjectFileInterface GetObjFileInterface) {
331 std::move(GetObjFileInterface), Err));
342 GetObjectFileInterface GetObjFileInterface) {
353 std::move(GetObjFileInterface));
375 std::move(GetObjFileInterface));
410 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef);
487 GetObjectFileInterface GetObjFileInterface, Error &Err)
488 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)),
491 if (!this->GetObjFileInterface)
492 this->GetObjFileInterface = getObjectFileInterface;