Home
last modified time | relevance | path

Searched defs:FragmentInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h40 std::optional<llvm::DIExpression::FragmentInfo> FragmentInfo; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2826 struct FragmentInfo { struct
2828 FragmentInfo(uint64_t SizeInBits, uint64_t OffsetInBits) in FragmentInfo() function
2839 static DIExpression::FragmentInfo intersect(DIExpression::FragmentInfo A, in intersect() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp290 auto FragmentInfo = ExprCursor.getFragmentInfo(); in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp293 using FragmentInfo = DIExpression::FragmentInfo; typedef in __anoned99d18a0111::VarLocBasedLDV
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1586 if (auto FragmentInfo = Expr->getFragmentInfo()) { in convertToUndefExpression() local