Home
last modified time | relevance | path

Searched defs:ArchiveBuffer (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp321 Create(ObjectLayer & L,std::unique_ptr<MemoryBuffer> ArchiveBuffer,std::unique_ptr<object::Archive> Archive,GetObjectFileInterface GetObjFileInterface) Create() argument
340 Create(ObjectLayer & L,std::unique_ptr<MemoryBuffer> ArchiveBuffer,GetObjectFileInterface GetObjFileInterface) Create() argument
473 StaticLibraryDefinitionGenerator(ObjectLayer & L,std::unique_ptr<MemoryBuffer> ArchiveBuffer,std::unique_ptr<object::Archive> Archive,GetObjectFileInterface GetObjFileInterface,Error & Err) StaticLibraryDefinitionGenerator() argument
[all...]
H A DCOFFPlatform.cpp232 auto ArchiveBuffer = MemoryBuffer::getFile(OrcRuntimePath); Create() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h328 std::unique_ptr<MemoryBuffer> ArchiveBuffer; global() variable