Searched defs:VarAddressAdjustment (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEAttributeCloner.h | 53 std::optional<int64_t> VarAddressAdjustment, in DIEAttributeCloner() 65 std::optional<int64_t> VarAddressAdjustment, in DIEAttributeCloner() 90 std::optional<int64_t> VarAddressAdjustment, in DIEAttributeCloner() 166 std::optional<int64_t> VarAddressAdjustment; variable
|
H A D | DWARFLinkerCompileUnit.cpp | 1098 cloneDieAttrExpression(const DWARFExpression & InputExpression,SmallVectorImpl<uint8_t> & OutputExpression,SectionDescriptor & Section,std::optional<int64_t> VarAddressAdjustment,OffsetsPtrVector & PatchesOffsets) cloneDieAttrExpression() argument 1293 cloneDIE(const DWARFDebugInfoEntry * InputDieEntry,TypeEntry * ClonedParentTypeDIE,uint64_t OutOffset,std::optional<int64_t> FuncAddressAdjustment,std::optional<int64_t> VarAddressAdjustment,BumpPtrAllocator & Allocator,TypeUnit * ArtificialTypeUnit) cloneDIE() argument 1368 createPlainDIEandCloneAttributes(const DWARFDebugInfoEntry * InputDieEntry,DIEGenerator & PlainDIEGenerator,uint64_t & OutOffset,std::optional<int64_t> & FuncAddressAdjustment,std::optional<int64_t> & VarAddressAdjustment) createPlainDIEandCloneAttributes() argument
|