Searched refs:AssignRecord (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1030 using AssignRecord = PointerUnion<DbgAssignIntrinsic *, DbgVariableRecord *>; typedef in __anon8b6cc4990211::AssignmentTrackingLowering 1037 AssignRecord Source; 1069 static Assignment make(DIAssignID *ID, AssignRecord Source) { in make() 1092 Assignment(S Status, DIAssignID *ID, AssignRecord Source) in Assignment() 1130 void emitDbgValue(LocKind Kind, AssignRecord Source, VarLocInsertPt After); 1357 void processDbgAssign(AssignRecord Assign, BlockInfo *LiveSet); 1527 AssignmentTrackingLowering::AssignRecord Source, VarLocInsertPt After) { in emitDbgValue() 1765 void AssignmentTrackingLowering::processDbgAssign(AssignRecord Assign, in processDbgAssign() 1999 auto JoinSource = [&]() -> AssignRecord { in joinAssignment() 2003 return AssignRecord(); in joinAssignment() [all …]
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1872 uint64_t SliceSizeInBits, const T *AssignRecord, in calculateFragmentIntersectImpl() argument 1875 if (AssignRecord->isKillAddress()) in calculateFragmentIntersectImpl() 1883 if (!AssignRecord->getAddressExpression()->extractLeadingOffset( in calculateFragmentIntersectImpl() 1889 Value *Addr = AssignRecord->getAddress(); in calculateFragmentIntersectImpl() 1893 AssignRecord->getFragmentOrEntireVariable(); in calculateFragmentIntersectImpl()
|