Home
last modified time | relevance | path

Searched refs:EntryValReg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h459 MCRegister EntryValReg, const DILocation *Loc)
460 : Address(EntryValReg), Var(Var), Expr(Expr), Loc(Loc) {}
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp376 MCRegister EntryValReg = DebugVar.getEntryValueRegister(); in convertEntryValueObjects() local
377 printRegMIR(EntryValReg, Obj.EntryValueRegister, TRI); in convertEntryValueObjects()