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

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp84 if (TheArchive->writeToDisk(true, false, &err_msg ))
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp499 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
554 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
579 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
677 if (TheArchive->writeToDisk(SymTable,TruncateNames,ErrMsg))
719 TheArchive->writeToDisk();
/macosx-10.10/llvmCore-3425.0.34/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(
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchiveWriter.cpp351 Archive::writeToDisk(bool CreateSymbolTable, bool TruncateNames, function in class:Archive

Completed in 126 milliseconds