HomeSort by relevance Sort by last modified time
    Searched refs:NewFile (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/FileCheck/
FileCheck.cpp 646 SmallString<128> NewFile;
647 NewFile.reserve(MB->getBufferSize());
659 NewFile.push_back(*Ptr);
664 NewFile.push_back(' ');
671 MemoryBuffer::getMemBufferCopy(NewFile.str(), MB->getBufferIdentifier()));
    [all...]
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 393 thinFile, err := macho.NewFile(f)
  /external/clang/lib/Basic/
SourceManager.cpp 656 const FileEntry *NewFile) {
657 assert(SourceFile->getSize() == NewFile->getSize() &&
663 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 831 /// \param NewFile the file whose contents will be used as the
834 const FileEntry *NewFile);
    [all...]

Completed in 68 milliseconds