Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DBinary.cpp45 OwningPtr<MemoryBuffer> scopedSource(Source); in createBinary() local
55 OwningPtr<Binary> ret(new Archive(scopedSource.take(), ec)); in createBinary()
65 ObjectFile::createELFObjectFile(scopedSource.take())); in createBinary()
81 ObjectFile::createMachOObjectFile(scopedSource.take())); in createBinary()
88 OwningPtr<Binary> ret(new COFFObjectFile(scopedSource.take(), ec)); in createBinary()