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
22 class MachineLocation { class in namespace:llvm
33 MachineLocation() function in class:llvm::MachineLocation
36 explicit MachineLocation(unsigned R) function in class:llvm::MachineLocation
39 MachineLocation(unsigned R, int O) function in class:llvm::MachineLocation
42 bool operator==(const MachineLocation &Other) const {

Completed in 65 milliseconds