Home
last modified time | relevance | path

Searched defs:Url (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPClient.cpp27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest()
110 SmallString<128> Url = Request.Url; in perform() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h29 SmallString<128> Url; member
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DCFBundle.cpp89 CFBundle(CFURLRef Url) in CFBundle()