Searched refs:EntryExpr (Results 1 – 9 of 9) sorted by relevance
221 const DIExpression *EntryExpr, unsigned Reg) { in CreateEntryLoc()225 VL.Expr = EntryExpr; in CreateEntryLoc()236 const DIExpression *EntryExpr) { in CreateEntryBackupLoc()240 VL.Expr = EntryExpr; in CreateEntryBackupLoc()249 const DIExpression *EntryExpr, in CreateEntryCopyBackupLoc()254 VL.Expr = EntryExpr; in CreateEntryCopyBackupLoc()
365 const DIExpression *EntryExpr, Register Reg) { in CreateEntryLoc()369 VL.Expr = EntryExpr; in CreateEntryLoc()380 const DIExpression *EntryExpr) { in CreateEntryBackupLoc()384 VL.Expr = EntryExpr; in CreateEntryBackupLoc()393 const DIExpression *EntryExpr, in CreateEntryCopyBackupLoc()398 VL.Expr = EntryExpr; in CreateEntryCopyBackupLoc()
213 std::function<uint64_t(uint64_t)> EntryExpr; member
823 Config.EntryExpr = [EAddr](uint64_t) { return *EAddr; }; in parseObjcopyOptions()830 auto Expr = Config.EntryExpr ? std::move(Config.EntryExpr) in parseObjcopyOptions()832 Config.EntryExpr = [Expr, EIncr](uint64_t EAddr) { in parseObjcopyOptions()
266 !Config.SymbolsToAdd.empty() || Config.EntryExpr) { in handleArgs()
774 if (Config.EntryExpr) in handleArgs()775 Obj.Entry = Config.EntryExpr(Obj.Entry); in handleArgs()
344 !Config.SymbolsToAdd.empty() || Config.EntryExpr) { in handleArgs()
682 DIExpression *EntryExpr = DIExpression::get( in collectCallSiteParameters() local690 DbgValueLoc DbgLocVal(EntryExpr, MachineLocation(RegEntry)); in collectCallSiteParameters()
833 DIExpression *EntryExpr = DIExpression::get( in collectCallSiteParameters() local837 finishCallSiteParams(MLoc, EntryExpr, RegEntry.second, Params); in collectCallSiteParameters()