Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1616 auto applyOffset = [&](DbgVariableIntrinsic *DII, uint64_t Offset) { in salvageDebugInfo() local
1648 applyOffset(DII, Offset.getSExtValue()); in salvageDebugInfo()
1660 applyOffset(DII, Val); in salvageDebugInfo()
1663 applyOffset(DII, -int64_t(Val)); in salvageDebugInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1634 llvm::Constant *applyOffset(llvm::Constant *C) { in applyOffset() function in __anon91458c600411::ConstantLValueEmitter
1688 value = applyOffset(value); in tryEmit()