Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h50 SmallVector<std::string, 1> UrlPathMatches; variable
/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DHTTPServerTests.cpp243 ASSERT_THAT(Request.UrlPathMatches, in TEST_F()
282 EXPECT_EQ(Request.UrlPathMatches.size(), 2u); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DHTTPServer.cpp72 Request.UrlPathMatches.push_back(it); in expandUrlPathMatches()
H A DDebuginfod.cpp482 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()
500 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer()