LLVM API Documentation

Classes | Namespaces | Functions
DebugLocEntry.h File Reference
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/MC/MachineLocation.h"
#include "llvm/MC/MCSymbol.h"
Include dependency graph for DebugLocEntry.h:
This graph shows which files directly or indirectly include this file:

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.