Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp368 struct MachineLoc { struct
369 MachineLocKind Kind;
370 MachineLocValue Value;
371 bool operator==(const MachineLoc &Other) const { in operator ==()
386 bool operator<(const MachineLoc &Other) const { in operator <()