Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp370 struct MachineLoc { struct
371 MachineLocKind Kind;
372 MachineLocValue Value;
373 bool operator==(const MachineLoc &Other) const { in operator ==()
388 bool operator<(const MachineLoc &Other) const { in operator <()