LLVM API Documentation
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/MC/MachineLocation.h"
#include "llvm/MC/MCSymbol.h"
Go to the source code of this file.
Classes | |
class | llvm::DebugLocEntry |
This struct describes location entries emitted in the .debug_loc section. More... | |
struct | llvm::DebugLocEntry::Value |
A single location or constant. More... | |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::operator== (const DebugLocEntry::Value &A, const DebugLocEntry::Value &B) |
Compare two Values for equality. | |
bool | llvm::operator< (const DebugLocEntry::Value &A, const DebugLocEntry::Value &B) |
Compare two pieces based on their offset. |