Home
last modified time | relevance | path

Searched refs:E_Location (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h44 E_Location, enumerator
74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()
78 bool isLocation() const { return EntryKind == E_Location; } in isLocation()
238 case DbgValueLocEntry::E_Location: