Home
last modified time | relevance | path

Searched refs:FuncAddressAdjustment (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h52 std::optional<int64_t> FuncAddressAdjustment, in DIEAttributeCloner() argument
57 InputDieEntry, Generator, FuncAddressAdjustment, in DIEAttributeCloner()
64 std::optional<int64_t> FuncAddressAdjustment, in DIEAttributeCloner() argument
69 InputDieEntry, Generator, FuncAddressAdjustment, in DIEAttributeCloner()
89 std::optional<int64_t> FuncAddressAdjustment, in DIEAttributeCloner() argument
96 FuncAddressAdjustment(FuncAddressAdjustment), in DIEAttributeCloner()
163 std::optional<int64_t> FuncAddressAdjustment; variable
H A DDIEAttributeCloner.cpp152 !FuncAddressAdjustment.has_value(); in shouldSkipAttribute()
178 !FuncAddressAdjustment.has_value(); in shouldSkipAttribute()
494 else if (FuncAddressAdjustment) in cloneScalarAttr()
495 AddrAdjustmentValue = *FuncAddressAdjustment; in cloneScalarAttr()
632 else if (FuncAddressAdjustment) in cloneAddressAttr()
633 *Addr += *FuncAddressAdjustment; in cloneAddressAttr()
H A DDWARFLinkerCompileUnit.cpp1290 uint64_t OutOffset, std::optional<int64_t> FuncAddressAdjustment, in cloneDIE() argument
1308 InputDieEntry, PlainDIEGenerator, OutOffset, FuncAddressAdjustment, in cloneDIE()
1339 CurChild, TypeParentForChild, OutOffset, FuncAddressAdjustment, in cloneDIE()
1365 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment, in createPlainDIEandCloneAttributes() argument
1373 FuncAddressAdjustment = in createPlainDIEandCloneAttributes()
1383 FuncAddressAdjustment = It->second; in createPlainDIEandCloneAttributes()
1405 PlainDIEGenerator, FuncAddressAdjustment, in createPlainDIEandCloneAttributes()
H A DDWARFLinkerCompileUnit.h421 std::optional<int64_t> FuncAddressAdjustment,
654 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment,