LLVM 20.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.
References A, B, and llvm::operator==().
|
static |
Definition at line 42 of file HTTPClient.cpp.
Referenced by llvm::calculateClrEHStateNumbers(), llvm::SSAUpdaterImpl< UpdaterT >::CheckIfPHIMatches(), llvm::AArch64FrameLowering::emitPrologue(), and llvm::formDedicatedExitBlocks().