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) {
32 class MachineLocation; variable95 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);251 void setEntryValueFlags(const MachineLocation &Loc);
61 MachineLocation Loc;74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()91 MachineLocation getLoc() const { return Loc; } in getLoc()
350 MachineLocation Location);353 const MachineLocation &Location);361 const MachineLocation &Location);
537 MachineLocation Location(FrameBase.Location.Reg); in updateSubprogramScopeDIE()1274 MachineLocation(CallReg)); in constructCallSiteEntryDIE()1332 MachineLocation(Register)); in constructCallSiteParmEntryDIEs()1563 MachineLocation Location) { in addVariableAddress()1573 const MachineLocation &Location) { in addAddress()1599 const MachineLocation &Location) { in addComplexAddress()
392 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()398 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
250 MachineLocation MLoc(Op.getReg(), in getDebugLocValue()737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()868 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters()2650 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()2672 MachineLocation Location = Entry.getLoc(); in emitDebugLocValue()