|
LLVM 22.0.0git
|
This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses. More...
#include "llvm/Debuginfod/HTTPClient.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"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 |
This file defines the implementation of the HTTPClient library for issuing HTTP requests and handling the responses.
Definition in file HTTPClient.cpp.
| bool operator== | ( | const HTTPRequest & | A, |
| const HTTPRequest & | B ) |
Definition at line 29 of file HTTPClient.cpp.
|
static |
Definition at line 42 of file HTTPClient.cpp.
Referenced by llvm::calculateClrEHStateNumbers(), llvm::SSAUpdaterImpl< UpdaterT >::CheckIfPHIMatches(), llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup >::CrashRecoveryContextCleanupRegistrar(), llvm::formDedicatedExitBlocks(), llvm::slpvectorizer::BoUpSLP::getSpillCost(), llvm::slpvectorizer::BoUpSLP::reorderTopToBottom(), and llvm::VPlanTransforms::unrollByUF().