Searched refs:getFragmentSizeInBits (Results 1 – 5 of 5) sorted by relevance
471 if (auto Sz = getFragmentSizeInBits()) in getFragmentOrEntireVariable()477 std::optional<uint64_t> getFragmentSizeInBits() const;
394 std::optional<uint64_t> getFragmentSizeInBits() const;407 if (auto Sz = getFragmentSizeInBits()) in getFragmentOrEntireVariable()
378 std::optional<uint64_t> DbgVariableRecord::getFragmentSizeInBits() const { in getFragmentSizeInBits() function in llvm::DbgVariableRecord
198 std::optional<uint64_t> DbgVariableIntrinsic::getFragmentSizeInBits() const { in getFragmentSizeInBits() function in DbgVariableIntrinsic
691 std::optional<uint64_t> DbgVarSize = DbgVal->getFragmentSizeInBits(); in diagnoseMisSizedDbgValue()