Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h85 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp31 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() function in llvm
H A DDebuginfod.cpp529 streamFile(Request, *PathOrErr); in DebuginfodServer()
547 streamFile(Request, *PathOrErr); in DebuginfodServer()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1332 for (const auto &streamFile : ctx.config.namedStreams) { in addNamedStreams() local
1333 const StringRef stream = streamFile.getKey(), file = streamFile.getValue(); in addNamedStreams()