Searched refs:streamFile (Results 1 – 4 of 4) sorted by relevance
85 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
31 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() function in llvm
529 streamFile(Request, *PathOrErr); in DebuginfodServer()547 streamFile(Request, *PathOrErr); in DebuginfodServer()
1332 for (const auto &streamFile : ctx.config.namedStreams) { in addNamedStreams() local1333 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); in addNamedStreams()