Lines Matching refs:GetObjFileInterface
275 GetObjectFileInterface GetObjFileInterface) { in Load() argument
281 return Create(L, std::move(*ArchiveBuffer), std::move(GetObjFileInterface)); in Load()
287 GetObjectFileInterface GetObjFileInterface) { in Load() argument
296 std::move(GetObjFileInterface)); in Load()
319 std::move(GetObjFileInterface)); in Load()
337 GetObjectFileInterface GetObjFileInterface) { in Create() argument
342 L, std::move(ArchiveBuffer), std::move(GetObjFileInterface), Err)); in Create()
383 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef); in tryToGenerate()
397 GetObjectFileInterface GetObjFileInterface, Error &Err) in StaticLibraryDefinitionGenerator() argument
398 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)), in StaticLibraryDefinitionGenerator()
402 if (!this->GetObjFileInterface) in StaticLibraryDefinitionGenerator()
403 this->GetObjFileInterface = getObjectFileInterface; in StaticLibraryDefinitionGenerator()