Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp440 uint64_t FragmentSizeInBits, in transferSRADebugInfo() argument
449 uint64_t FragmentEndInBits = FragmentOffsetInBits + FragmentSizeInBits; in transferSRADebugInfo()
492 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo()
497 uint64_t CurVarFragmentSizeInBits = FragmentSizeInBits; in transferSRADebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2052 uint64_t FragmentSizeInBits = Op.getArg(1); in createFragmentExpression() local
2053 (void)FragmentSizeInBits; in createFragmentExpression()
2054 assert((OffsetInBits + SizeInBits <= FragmentSizeInBits) && in createFragmentExpression()