Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMachineLocation.h23 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R, bool Indirect = false)
40 bool operator==(const MachineLocation &Other) const {
53 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h46 Value(const DIExpression *Expr, MachineLocation Loc) in Value()
66 MachineLocation Loc;
75 MachineLocation getLoc() const { return Loc; } in getLoc()
H A DDwarfCompileUnit.h278 MachineLocation Location);
281 const MachineLocation &Location);
289 const MachineLocation &Location);
H A DDwarfUnit.h31 class MachineLocation; variable
224 const MachineLocation &Location);
H A DDwarfCompileUnit.cpp349 MachineLocation Location(RI->getFrameRegister(*Asm->MF)); in updateSubprogramScopeDIE()
566 MachineLocation Location(RegOp.getReg(), Op1.isImm()); in constructVariableDIEImpl()
1011 MachineLocation Location) { in addVariableAddress()
1026 const MachineLocation &Location) { in addAddress()
1048 const MachineLocation &Location) { in addComplexAddress()
H A DDwarfDebug.cpp1072 MachineLocation MLoc(RegOp.getReg(), Op1.isImm()); in getDebugLocValue()
1915 MachineLocation Location = Value.getLoc(); in emitDebugLocValue()