Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h150 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
176 OwningBinary<T>::takeBinary() { in takeBinary() function
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h196 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
222 OwningBinary<T>::takeBinary() { in takeBinary() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h193 std::pair<std::unique_ptr<T>, std::unique_ptr<MemoryBuffer>> takeBinary();
219 OwningBinary<T>::takeBinary() { in takeBinary() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp291 std::tie(Obj, ObjBuffer) = O.takeBinary(); in onObjEmit()
DExecutionUtils.cpp290 return Create(L, std::move(B->takeBinary().second)); in Load()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h306 std::tie(Obj, ObjBuffer) = O.takeBinary(); in addObjectFile()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp134 std::tie(ObjFile, MemBuf) = Obj.takeBinary(); in addObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp129 std::tie(ObjFile, MemBuf) = Obj.takeBinary(); in addObjectFile()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp131 std::tie(ObjFile, MemBuf) = Obj.takeBinary(); in addObjectFile()