Home
last modified time | relevance | path

Searched refs:getFragmentSizeInBits (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h471 if (auto Sz = getFragmentSizeInBits()) in getFragmentOrEntireVariable()
477 std::optional<uint64_t> getFragmentSizeInBits() const;
H A DIntrinsicInst.h394 std::optional<uint64_t> getFragmentSizeInBits() const;
407 if (auto Sz = getFragmentSizeInBits()) in getFragmentOrEntireVariable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp378 std::optional<uint64_t> DbgVariableRecord::getFragmentSizeInBits() const { in getFragmentSizeInBits() function in llvm::DbgVariableRecord
H A DIntrinsicInst.cpp198 std::optional<uint64_t> DbgVariableIntrinsic::getFragmentSizeInBits() const { in getFragmentSizeInBits() function in DbgVariableIntrinsic
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp691 std::optional<uint64_t> DbgVarSize = DbgVal->getFragmentSizeInBits(); in diagnoseMisSizedDbgValue()