Home
last modified time | relevance | path

Searched refs:takeBinary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h207 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
233 OwningBinary<T>::takeBinary() { in takeBinary() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp389 std::tie(Obj, ObjBuffer) = O.takeBinary(); in onObjEmit()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp131 std::tie(ObjFile, MemBuf) = Obj.takeBinary(); in addObjectFile()