Searched refs:E_Location (Results 1 – 1 of 1) sorted by relevance
44 E_Location, enumerator74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()78 bool isLocation() const { return EntryKind == E_Location; } in isLocation()80 return EntryKind == E_Location && Loc.isIndirect(); in isIndirectLocation()261 case DbgValueLocEntry::E_Location: