/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 184 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print() argument 190 void PlainPrinterBase::print(const Request &Request, in print() argument 202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument 216 void PlainPrinterBase::print(const Request argument 263 printInvalidCommand(const Request & Request,StringRef Command) printInvalidCommand() argument 268 printError(const Request & Request,const ErrorInfoBase & ErrorInfo) printError() argument 279 toJSON(const Request & Request,StringRef ErrorMsg="") toJSON() argument 306 print(const Request & Request,const DILineInfo & Info) print() argument 312 print(const Request & Request,const DIInliningInfo & Info) print() argument 334 print(const Request & Request,const DIGlobal & Global) print() argument 347 print(const Request & Request,const std::vector<DILocal> & Locals) print() argument 370 printInvalidCommand(const Request & Request,StringRef Command) printInvalidCommand() argument 377 printError(const Request & Request,const ErrorInfoBase & ErrorInfo) printError() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 34 struct Request { struct 44 AddressRequest global() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() argument 74 HTTPServerRequest &Request) { in expandUrlPathMatches() argument 120 HTTPServerRequest Request(HTTPLibReques in get() local [all...] |
H A D | HTTPClient.cpp | 104 perform(const HTTPRequest & Request,HTTPResponseHandler & Handler) perform() argument 151 perform(const HTTPRequest & Request,HTTPResponseHandler & Handler) perform() argument
|
H A D | 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cpp | 69 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; __sanitizer_symbolize_code() local 98 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; __sanitizer_symbolize_data() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPITypes.h | 31 Request(State S) : CurrentState{S} {} in Request() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.cpp | 51 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate() local
|
H A D | SimpleRemoteEPC.cpp | 37 ArrayRef<SimpleRemoteEPC::LookupRequest> Request, in lookupSymbolsAsyncHelper() 60 void SimpleRemoteEPC::lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
|
H A D | ExecutorProcessControl.cpp | 88 ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 25 class Request; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 294 lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols() 483 void lookupSymbolsAsync(ArrayRef<LookupRequest> Request, in lookupSymbolsAsync()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | 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/stand/efi/include/Protocol/ |
H A D | Http.h | 241 EFI_HTTP_REQUEST_DATA *Request; member 513 EFI_HTTP_REQUEST Request; member
|
/freebsd/sys/dev/ciss/ |
H A D | cissio.h | 181 RequestBlock_struct Request; /* 20 */ member 190 RequestBlock_struct Request; /* 20 */ member
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.h | 133 RequestBlock_struct Request; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 92 static void print(const Request &Request, Expected<T> &ResOrErr, in print()
|