Home
last modified time | relevance | path

Searched defs:Request (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDDIPrinter.cpp184 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print()
190 void PlainPrinterBase::print(const Request &Request, in print()
202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print()
216 void PlainPrinterBase::print(const Request &Request, in print()
263 void PlainPrinterBase::print(const Request &Request, in print()
274 bool PlainPrinterBase::printError(const Request &Request, in printError()
285 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON()
314 void JSONPrinter::print(const Request &Request, const DILineInfo &Info) { in print()
320 void JSONPrinter::print(const Request &Request, const DIInliningInfo &Info) { in print()
342 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDDIPrinter.h34 struct Request { struct
45 virtual void print(const Request &Request, const DILineInfo &Info) = 0; argument
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
HDsanitizer_symbolize.cpp70 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_code() local
102 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_data() local
125 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_frame() local
/freebsd-head/contrib/llvm-project/llvm/lib/Debuginfod/
HDHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile()
74 HTTPServerRequest &Request) { in expandUrlPathMatches()
120 HTTPServerRequest Request(HTTPLibRequest, HTTPLibResponse); in get() local
HDHTTPClient.cpp106 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
HDDebuginfod.cpp296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact() local
562 Server.get(R"(/buildid/(.*)/debuginfo)", [&](HTTPServerRequest Request) { in DebuginfodServer()
580 Server.get(R"(/buildid/(.*)/executable)", [&](HTTPServerRequest Request) { in DebuginfodServer()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
HDMPITypes.h31 Request(State S) : CurrentState{S} {} in Request() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCDynamicLibrarySearchGenerator.cpp51 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate() local
HDSimpleRemoteEPC.cpp37 ArrayRef<SimpleRemoteEPC::LookupRequest> Request, in lookupSymbolsAsyncHelper()
60 void SimpleRemoteEPC::lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
HDExecutorProcessControl.cpp88 ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Debuginfod/
HDHTTPServer.h25 class Request; variable
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDExecutorProcessControl.h294 lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols()
483 void lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVOptions.h487 for (const auto &Request : Requests) in checkElementRequest() local
491 for (const LVElementGetFunction &Request : ElementRequest) in checkElementRequest() local
499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest()
/freebsd-head/stand/efi/include/Protocol/
HDHttp.h241 EFI_HTTP_REQUEST_DATA *Request; member
513 EFI_HTTP_REQUEST Request; member
/freebsd-head/sys/dev/ciss/
HDcissio.h181 RequestBlock_struct Request; /* 20 */ member
190 RequestBlock_struct Request; /* 20 */ member
/freebsd-head/sys/dev/smartpqi/
HDsmartpqi_ioctl.h133 RequestBlock_struct Request; member
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-symbolizer/
HDllvm-symbolizer.cpp92 static void print(const Request &Request, Expected<T> &ResOrErr, in print()