reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/AsmPrinter/DwarfUnit.h
   30 class MachineLocation;

References

include/llvm/MC/MachineLocation.h
   39   bool operator==(const MachineLocation &Other) const {
   52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
   52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
lib/CodeGen/AsmPrinter/DebugLocEntry.h
   40   MachineLocation Loc;
   55   DbgValueLoc(const DIExpression *Expr, MachineLocation Loc)
   67   MachineLocation getLoc() const { return Loc; }
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  400       MachineLocation Location(RI->getFrameRegister(*Asm->MF));
 1165                                           MachineLocation Location) {
 1174                                   const MachineLocation &Location) {
 1196                                          const MachineLocation &Location) {
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  320                           MachineLocation Location);
  323                   const MachineLocation &Location);
  331                          const MachineLocation &Location);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  241     MachineLocation MLoc(RegOp.getReg(), Op1.isImm());
 2197     MachineLocation Location = Value.getLoc();