Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h61 MachineLocation Loc;
74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()
88 MachineLocation getLoc() const { return Loc; } in getLoc()
H A DDwarfExpression.h33 class MachineLocation; variable
157 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
313 void setEntryValueFlags(const MachineLocation &Loc);
H A DDwarfCompileUnit.h328 MachineLocation Location);
331 const MachineLocation &Location);
339 const MachineLocation &Location);
H A DDwarfCompileUnit.cpp438 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()
H A DDwarfExpression.cpp374 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()
380 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
H A DDwarfDebug.cpp243 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()