Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h22 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) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h32 class MachineLocation; variable
95 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
251 void setEntryValueFlags(const MachineLocation &Loc);
H A DDebugLocEntry.h61 MachineLocation Loc;
74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()
91 MachineLocation getLoc() const { return Loc; } in getLoc()
H A DDwarfCompileUnit.h350 MachineLocation Location);
353 const MachineLocation &Location);
361 const MachineLocation &Location);
H A DDwarfCompileUnit.cpp537 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()
H A DDwarfExpression.cpp392 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()
398 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
H A DDwarfDebug.cpp250 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()