Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugPubTable.cpp29 uint64_t SetOffset = Offset; in extract() local
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Expression/
HDMaterializer.h136 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugArangeSet.h46 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDAddress.h448 bool SetOffset(lldb::addr_t offset) { in SetOffset() function
HDEmulateInstruction.h288 void SetOffset(int64_t signed_offset) { in SetOffset() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h274 void SetOffset(int32_t offset) { in SetOffset() function
337 void SetOffset(lldb::addr_t offset) { m_offset = offset; } in SetOffset() function
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolver.cpp353 void BreakpointResolver::SetOffset(lldb::addr_t offset) { in SetOffset() function in BreakpointResolver
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDCFIInstrInserter.cpp178 int64_t SetOffset = MBBInfo.IncomingCFAOffset; in calculateOutgoingCFAInfo() local