Lines Matching defs:out
61 Ice::Fdstream *out = nullptr;
226 assert(index < symtab_entries && "Symbol Index out of range");
310 assert(index < symtab_entries && "Symbol Index out of range");
542 if(false) // Write out to a file
545 ::out = new Ice::Fdstream("out.o", errorCode, llvm::sys::fs::F_None);
546 ::elfFile = new Ice::ELFFileStreamer(*out);
566 delete ::out;