HomeSort by relevance Sort by last modified time
    Searched refs:raw_fd_ostream (Results 51 - 64 of 64) sorted by null

1 23

  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 590 raw_fd_ostream os(graphFileName.c_str(), tmp, sys::fs::F_Text);
MachineVerifier.cpp 279 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 642 OS = new raw_fd_ostream(SecureLogFile, Err,
    [all...]
  /external/llvm/tools/lli/
lli.cpp 277 raw_fd_ostream outfile(CacheName.c_str(), errStr, sys::fs::F_None);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 697 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 721 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 832 llvm::raw_fd_ostream Out(TmpFD, true);
ASTReader.cpp     [all...]
  /external/llvm/lib/IR/
GCOV.cpp 521 auto OS = llvm::make_unique<raw_fd_ostream>(CoveragePath.str().c_str(),
Core.cpp 187 raw_fd_ostream dest(Filename, error, sys::fs::F_Text);
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 484 raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 535 llvm::raw_fd_ostream ScriptOS(Script.c_str(), Err, llvm::sys::fs::F_Excl);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 626 milliseconds

1 23