Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.cpp61 std::vector<MemoryBufferRef> ArchiveBuffers; in load() local
67 ArchiveBuffers.push_back(MemBuffer->getMemBufferRef()); in load()
71 ArchiveBuffers = in load()
76 Archives.reserve(ArchiveBuffers.size()); in load()
77 for (auto MemRef : ArchiveBuffers) { in load()
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp146 std::vector<MemoryBufferRef> ArchiveBuffers; in MapArchiveAndGetMemberBuffers() local
152 ArchiveBuffers.push_back(CurrentMemoryBuffer->getMemBufferRef()); in MapArchiveAndGetMemberBuffers()
156 ArchiveBuffers = getMachOFatMemoryBuffers( in MapArchiveAndGetMemberBuffers()
160 for (auto MemRef : ArchiveBuffers) { in MapArchiveAndGetMemberBuffers()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp740 std::vector<std::unique_ptr<MemoryBuffer>> ArchiveBuffers; in runMRIScript() local
762 ArchiveBuffers.push_back(std::move(*BufOrErr)); in runMRIScript()
764 object::Archive::create(ArchiveBuffers.back()->getMemBufferRef()); in runMRIScript()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp789 std::vector<std::unique_ptr<MemoryBuffer>> ArchiveBuffers; in runMRIScript() local
812 ArchiveBuffers.push_back(std::move(*BufOrErr)); in runMRIScript()
814 object::Archive::create(ArchiveBuffers.back()->getMemBufferRef()); in runMRIScript()