Home
last modified time | relevance | path

Searched refs:streamFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h95 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() function in llvm
H A DDebuginfod.cpp576 streamFile(Request, *PathOrErr); in DebuginfodServer()
594 streamFile(Request, *PathOrErr); in DebuginfodServer()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1346 for (const auto &streamFile : ctx.config.namedStreams) { in addNamedStreams() local
1347 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); in addNamedStreams()