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

/freebsd-10.0-release/contrib/llvm/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp89 if (TheArchive->writeToDisk(true, false, &err_msg )) {
/freebsd-10.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp519 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
574 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
599 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
697 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
740 TheArchive->writeToDisk();
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DArchive.h268 /// empty Archive object. If the writeToDisk method is called, the archive
313 /// haven't used the writeToDisk method by the time the destructor is
421 bool writeToDisk(
/freebsd-10.0-release/contrib/llvm/lib/Archive/
H A DArchiveWriter.cpp352 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, function in class:Archive

Completed in 85 milliseconds