Home
last modified time | relevance | path

Searched defs:SetOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp29 uint64_t SetOffset = Offset; in extract() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h441 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
H A DEmulateInstruction.h322 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h296 void SetOffset(int32_t offset) { in SetOffset() function
361 void SetOffset(int64_t offset) { m_offset = offset; } in SetOffset() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp371 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp179 int64_t SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local