Searched refs:getFragmentSizeInBits (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp55 Optional<uint64_t> DbgVariableIntrinsic::getFragmentSizeInBits() const { function in class:DbgVariableIntrinsic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp267 Optional<uint64_t> DbgVarSize = DVI->getFragmentSizeInBits();
H A DLocal.cpp1274 if (auto FragmentSize = DII->getFragmentSizeInBits())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h125 Optional<uint64_t> getFragmentSizeInBits() const;

Completed in 203 milliseconds