Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp132 llvm::codeview::RegisterId reg, llvm::Optional<int32_t> relative_offset, in MakeRegisterBasedLocationExpressionInternal() argument
142 llvm::dwarf::LocationAtom base = relative_offset in MakeRegisterBasedLocationExpressionInternal()
148 llvm::dwarf::LocationAtom base = relative_offset in MakeRegisterBasedLocationExpressionInternal()
154 if (relative_offset) in MakeRegisterBasedLocationExpressionInternal()
155 stream.PutSLEB128(*relative_offset); in MakeRegisterBasedLocationExpressionInternal()
/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp741 uptr relative_offset = *(u32*)(old_func + 1); in OverrideFunctionWithRedirectJump() local
742 uptr absolute_target = old_func + relative_offset + kJumpInstructionLength; in OverrideFunctionWithRedirectJump()