| /freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| HD | DIPrinter.cpp | 184 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/ |
| HD | DIPrinter.h | 34 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/ |
| HD | sanitizer_symbolize.cpp | 70 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/ |
| HD | HTTPServer.cpp | 37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() 74 HTTPServerRequest &Request) { in expandUrlPathMatches() 120 HTTPServerRequest Request(HTTPLibRequest, HTTPLibResponse); in get() local
|
| HD | HTTPClient.cpp | 106 Error HTTPClient::perform(const HTTPRequest &Request, in perform() 153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
|
| HD | Debuginfod.cpp | 296 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/ |
| HD | MPITypes.h | 31 Request(State S) : CurrentState{S} {} in Request() function
|
| /freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | EPCDynamicLibrarySearchGenerator.cpp | 51 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate() local
|
| HD | SimpleRemoteEPC.cpp | 37 ArrayRef<SimpleRemoteEPC::LookupRequest> Request, in lookupSymbolsAsyncHelper() 60 void SimpleRemoteEPC::lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
|
| HD | ExecutorProcessControl.cpp | 88 ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
| HD | HTTPServer.h | 25 class Request; variable
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | ExecutorProcessControl.h | 294 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/ |
| HD | LVOptions.h | 487 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/ |
| HD | Http.h | 241 EFI_HTTP_REQUEST_DATA *Request; member 513 EFI_HTTP_REQUEST Request; member
|
| /freebsd-head/sys/dev/ciss/ |
| HD | cissio.h | 181 RequestBlock_struct Request; /* 20 */ member 190 RequestBlock_struct Request; /* 20 */ member
|
| /freebsd-head/sys/dev/smartpqi/ |
| HD | smartpqi_ioctl.h | 133 RequestBlock_struct Request; member
|
| /freebsd-head/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| HD | llvm-symbolizer.cpp | 92 static void print(const Request &Request, Expected<T> &ResOrErr, in print()
|