Home
last modified time | relevance | path

Searched refs:OrcRuntimeArchiveBuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h45 std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,
151 std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,
192 std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp164 JITDylib &PlatformJD, std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer, in Create() argument
177 object::Archive::create(OrcRuntimeArchiveBuffer->getMemBufferRef()); in Create()
190 object::Archive::create(OrcRuntimeArchiveBuffer->getMemBufferRef())); in Create()
218 std::move(OrcRuntimeArchiveBuffer), std::move(RuntimeArchive), in Create()
388 std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer, in COFFPlatform() argument
394 OrcRuntimeArchiveBuffer(std::move(OrcRuntimeArchiveBuffer)), in COFFPlatform()