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
25 class MachineLocation { class in namespace:llvm
36 MachineLocation() function
39 explicit MachineLocation(unsigned R) function
42 MachineLocation(unsigned R, int O) function
45 bool operator==(const MachineLocation &Other) const {
77 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {

Completed in 56 milliseconds