Searched defs:MachineLocation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMachineLocation.h1 //===-- llvm/MC/MachineLocation.h -------------------------------*- C++ -*-===//
9 // The MachineLocation class is used to represent a simple location in a machine
27 class MachineLocation { class in namespace:llvm
38 MachineLocation() function in class:llvm::MachineLocation
40 explicit MachineLocation(unsigned R) function in class:llvm::MachineLocation
42 MachineLocation(unsigned R, int O) function in class:llvm::MachineLocation
45 bool operator==(const MachineLocation &Other) const {
82 MachineLocation Destination, Source;
86 MachineMove(MCSymbol *label, const MachineLocation &D,
87 const MachineLocation
[all...]

Completed in 145 milliseconds