Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h34 struct Request { struct
45 virtual void print(const Request &Request, const DILineInfo &Info) = 0; argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_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-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile()
74 HTTPServerRequest &Request) { in expandUrlPathMatches()
120 HTTPServerRequest Request(HTTPLibRequest, HTTPLibResponse); in get() local
H A DHTTPClient.cpp106 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
H A DDebuginfod.cpp296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact() local
561 __anon6c35145f0802(HTTPServerRequest Request) DebuginfodServer() argument
579 __anon6c35145f0902(HTTPServerRequest Request) DebuginfodServer() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h31 Request(State S) : CurrentState{S} {} in Request() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); tryToGenerate() local
H A DExecutorProcessControl.cpp93 lookupSymbols(ArrayRef<LookupRequest> Request) lookupSymbols() argument
H A DSimpleRemoteEPC.cpp33 lookupSymbols(ArrayRef<LookupRequest> Request) lookupSymbols() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h25 class Request; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.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() argument
/freebsd-src/stand/efi/include/Protocol/
H A DHttp.h241 EFI_HTTP_REQUEST_DATA *Request; member
513 EFI_HTTP_REQUEST Request; member
/freebsd-src/sys/dev/ciss/
H A Dcissio.h181 RequestBlock_struct Request; /* 20 */ member
190 RequestBlock_struct Request; /* 20 */ member
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h133 RequestBlock_struct Request; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h466 lookupSymbols(ArrayRef<LookupRequest> Request) lookupSymbols() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp92 static void print(const Request &Request, Expected<T> &ResOrErr, in print() argument