Home
last modified time | relevance | path

Searched defs:MachineLoc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp359 struct MachineLoc { struct
360 MachineLocKind Kind;
361 MachineLocValue Value;
362 bool operator==(const MachineLoc &Other) const { in operator ==()
375 bool operator<(const MachineLoc &Other) const { in operator <()