Home
last modified time | relevance | path

Searched refs:AssignmentInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h267 struct AssignmentInfo { struct
273 AssignmentInfo(const DataLayout &DL, AllocaInst const *Base, in AssignmentInfo() argument
281 std::optional<AssignmentInfo> getAssignmentInfo(const DataLayout &DL,
283 std::optional<AssignmentInfo> getAssignmentInfo(const DataLayout &DL,
285 std::optional<AssignmentInfo> getAssignmentInfo(const DataLayout &DL,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1743 static std::optional<AssignmentInfo>
1754 return AssignmentInfo(DL, Alloca, OffsetInBytes * 8, SizeInBits); in getAssignmentInfoImpl()
1758 std::optional<AssignmentInfo> at::getAssignmentInfo(const DataLayout &DL, in getAssignmentInfo()
1770 std::optional<AssignmentInfo> at::getAssignmentInfo(const DataLayout &DL, in getAssignmentInfo()
1777 std::optional<AssignmentInfo> at::getAssignmentInfo(const DataLayout &DL, in getAssignmentInfo()
1783 static CallInst *emitDbgAssign(AssignmentInfo Info, Value *Val, Value *Dest, in emitDbgAssign()
1826 std::optional<AssignmentInfo> Info; in trackAssignments()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp969 SmallVector<std::pair<VariableID, at::AssignmentInfo>>>;
1808 static std::optional<at::AssignmentInfo>