HomeSort by: relevance | last modified time | path
    Searched refs:takeBinary (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 197 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
223 OwningBinary<T>::takeBinary() {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 290 return Create(L, std::move(B->takeBinary().second));
RTDyldObjectLinkingLayer.cpp 294 std::tie(Obj, ObjBuffer) = O.takeBinary();
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 131 std::tie(ObjFile, MemBuf) = Obj.takeBinary();

Completed in 18 milliseconds