Searched refs:ArchiveBuffer (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | ExecutionUtils.cpp | 277 auto ArchiveBuffer = MemoryBuffer::getFile(FileName); in Load() local 279 if (!ArchiveBuffer) in Load() 280 return createFileError(FileName, ArchiveBuffer.getError()); in Load() 282 return Create(L, std::move(*ArchiveBuffer), std::move(GetObjFileInterface)); in Load() 337 ObjectLayer &L, std::unique_ptr<MemoryBuffer> ArchiveBuffer, in Create() argument 343 L, std::move(ArchiveBuffer), std::move(GetObjFileInterface), Err)); in Create() 421 ObjectLayer &L, std::unique_ptr<MemoryBuffer> ArchiveBuffer, in StaticLibraryDefinitionGenerator() argument 424 ArchiveBuffer(std::move(ArchiveBuffer)), in StaticLibraryDefinitionGenerator() 425 Archive(std::make_unique<object::Archive>(*this->ArchiveBuffer, Err)) { in StaticLibraryDefinitionGenerator()
|
| D | COFFPlatform.cpp | 371 auto ArchiveBuffer = MemoryBuffer::getFile(OrcRuntimePath); in COFFPlatform() local 372 if (!ArchiveBuffer) { in COFFPlatform() 373 Err = createFileError(OrcRuntimePath, ArchiveBuffer.getError()); in COFFPlatform() 376 OrcRuntimeArchiveBuffer = std::move(*ArchiveBuffer); in COFFPlatform()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | ExecutionUtils.h | 288 Create(ObjectLayer &L, std::unique_ptr<MemoryBuffer> ArchiveBuffer, 304 std::unique_ptr<MemoryBuffer> ArchiveBuffer, 313 std::unique_ptr<MemoryBuffer> ArchiveBuffer; variable
|