Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp506 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/
Dllvm-ranlib.cpp84 if (TheArchive->writeToDisk(true, false, false, &err_msg )) in main()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h427 bool writeToDisk(
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp352 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, bool Compress, in writeToDisk() function in Archive