Searched refs:writeToDisk (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 506 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg)) in doDelete() 561 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg)) in doMove() 586 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg)) in doQuickAppend() 684 if (TheArchive->writeToDisk(SymTable,TruncateNames,Compression,ErrMsg)) in doReplaceOrInsert() 726 TheArchive->writeToDisk(); in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/ |
D | llvm-ranlib.cpp | 84 if (TheArchive->writeToDisk(true, false, false, &err_msg )) in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | Archive.h | 427 bool writeToDisk(
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 352 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, bool Compress, in writeToDisk() function in Archive
|