Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h85 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DHTTPServerTests.cpp158 streamFile(Request, TempFilePath); in __anon6196692c0902()
194 streamFile(Request, TempFilePath); in __anon6196692c0b02()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DHTTPServer.cpp31 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() function in llvm
H A DDebuginfod.cpp494 streamFile(Request, *PathOrErr); in DebuginfodServer()
512 streamFile(Request, *PathOrErr); in DebuginfodServer()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1317 for (const auto &streamFile : config->namedStreams) { in addNamedStreams() local
1318 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); in addNamedStreams()