LLVM: lib/Debuginfod/HTTPClient.cpp File Reference (original) (raw)
HTTPClient.cpp File Reference
This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses. More...
#include "[llvm/Debuginfod/HTTPClient.h](HTTPClient%5F8h%5Fsource.html)"#include "[llvm/ADT/APInt.h](APInt%5F8h%5Fsource.html)"#include "[llvm/ADT/StringRef.h](StringRef%5F8h%5Fsource.html)"#include "[llvm/Support/Errc.h](Errc%5F8h%5Fsource.html)"#include "[llvm/Support/Error.h](llvm%5F2Support%5F2Error%5F8h%5Fsource.html)"#include "[llvm/Support/MemoryBuffer.h](MemoryBuffer%5F8h%5Fsource.html)"
Go to the source code of this file.
| Classes | |
|---|---|
| class | HTTPClientCleanup |
| Functions | |
|---|---|
| bool | operator== (const HTTPRequest &A, const HTTPRequest &B) |
| Variables | |
|---|---|
| static const HTTPClientCleanup | Cleanup |
Detailed Description
This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses.
Definition in file HTTPClient.cpp.
Function Documentation
◆ operator==()
| bool operator== | ( | const HTTPRequest & | A, |
|---|---|---|---|
| const HTTPRequest & | B ) |
Definition at line 29 of file HTTPClient.cpp.
Variable Documentation
◆ Cleanup
| const HTTPClientCleanup Cleanup | static |
|---|
Definition at line 42 of file HTTPClient.cpp.
Referenced by llvm::calculateClrEHStateNumbers(), llvm::SSAUpdaterImpl< UpdaterT >::CheckIfPHIMatches(), llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::CrashRecoveryContextCleanupRegistrar(), llvm::formDedicatedExitBlocks(), slpvectorizer::BoUpSLP::getSpillCost(), slpvectorizer::BoUpSLP::reorderTopToBottom(), and llvm::VPlanTransforms::unrollByUF().