Searched refs:streamFile (Results 1 – 4 of 4) sorted by relevance
95 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() function in llvm
576 streamFile(Request, *PathOrErr); in DebuginfodServer()594 streamFile(Request, *PathOrErr); in DebuginfodServer()
1346 for (const auto &streamFile : ctx.config.namedStreams) { in addNamedStreams() local1347 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); in addNamedStreams()