Home
last modified time | relevance | path

Searched refs:AddressOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h160 if (std::optional<uint64_t> AddressOffset = in getVariableRelocAdjustment() local
166 *U, Op, *AddressOffset, in getVariableRelocAdjustment()
167 *AddressOffset + DIE.getDwarfUnit()->getAddressByteSize(), in getVariableRelocAdjustment()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp41 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData()
73 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
76 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h169 AddressOffset = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp474 if (std::optional<uint64_t> AddressOffset = in getVariableRelocAdjustment() local
480 *U, Op, *AddressOffset, in getVariableRelocAdjustment()
481 *AddressOffset + DIE.getDwarfUnit()->getAddressByteSize(), in getVariableRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h162 llvm::yaml::Hex64 AddressOffset; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1442 SHeader.sh_size += CBA.writeULEB128(BBE.AddressOffset) + in writeSectionContent()
H A DELFYAML.cpp1824 IO.mapRequired("AddressOffset", E.AddressOffset); in mapping()