Searched refs:MachineLocation (Results 1 – 7 of 7) sorted by relevance
22 class MachineLocation {34 MachineLocation() = default;36 explicit MachineLocation(unsigned R, bool Indirect = false)39 bool operator==(const MachineLocation &Other) const {52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
61 MachineLocation Loc;74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()88 MachineLocation getLoc() const { return Loc; } in getLoc()
33 class MachineLocation; variable157 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);313 void setEntryValueFlags(const MachineLocation &Loc);
328 MachineLocation Location);331 const MachineLocation &Location);339 const MachineLocation &Location);
438 MachineLocation Location(FrameBase.Location.Reg); in updateSubprogramScopeDIE()1186 MachineLocation(CallReg)); in constructCallSiteEntryDIE()1238 MachineLocation(Register)); in constructCallSiteParmEntryDIEs()1417 MachineLocation Location) { in addVariableAddress()1426 const MachineLocation &Location) { in addAddress()1452 const MachineLocation &Location) { in addComplexAddress()
374 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()380 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
243 MachineLocation MLoc(Op.getReg(), in getDebugLocValue()740 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()865 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters()2549 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()2571 MachineLocation Location = Entry.getLoc(); in emitDebugLocValue()