reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
321 path = s.str(); 325 raw_fd_ostream os(path, ec, sys::fs::OF_None); 327 fatal("failed to open " + path + ": " + ec.message()); 333 std::swap(path, obj.path); 333 std::swap(path, obj.path); 337 if (path.empty()) 339 if (sys::fs::remove(path)) 340 fatal("failed to remove " + path); 349 return CHECK(MemoryBuffer::getFile(path, /*FileSize=*/-1, 352 "could not open " + path); 413 raw_fd_ostream os(Default.path, ec, sys::fs::OF_Text); 415 fatal("failed to open " + Default.path + ": " + ec.message()); 425 e.add(Default.path); 431 e.add("/out:" + StringRef(user.path)); 434 return CHECK(MemoryBuffer::getFile(user.path), "could not open " + user.path) 434 return CHECK(MemoryBuffer::getFile(user.path), "could not open " + user.path)