Home
last modified time | relevance | path

Searched refs:UpdateIndexTablesOnly (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp146 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in shouldSkipAttribute()
158 return !InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in shouldSkipAttribute()
164 return !InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in shouldSkipAttribute()
167 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in shouldSkipAttribute()
396 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) { in cloneScalarAttr()
575 InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly; in cloneBlockAttr()
586 if (InUnit.getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAddressAttr()
H A DDWARFLinkerImpl.h78 void setUpdateIndexTablesOnly(bool UpdateIndexTablesOnly) override { in setUpdateIndexTablesOnly() argument
79 GlobalData.Options.UpdateIndexTablesOnly = UpdateIndexTablesOnly; in setUpdateIndexTablesOnly()
H A DDWARFLinkerGlobalData.h46 bool UpdateIndexTablesOnly = false; member
H A DDWARFLinkerImpl.cpp81 if (!GlobalData.getOptions().UpdateIndexTablesOnly) in addObjectFile()
251 if (GlobalData.getOptions().UpdateIndexTablesOnly && in validateAndUpdateOptions()
465 if (!GlobalData.getOptions().UpdateIndexTablesOnly && in link()
484 if (!CUDie || GlobalData.getOptions().UpdateIndexTablesOnly || in link()
571 if (GlobalData.getOptions().UpdateIndexTablesOnly) { in link()
672 GlobalData.getOptions().UpdateIndexTablesOnly || in linkSingleCompileUnit()
H A DDWARFLinkerCompileUnit.cpp176 if (!isClangModule() && !getGlobalData().getOptions().UpdateIndexTablesOnly) in analyzeDWARFStructureRec()
444 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitDebugLocations()
633 if (GlobalData.getOptions().UpdateIndexTablesOnly) in emitDebugAddrSection()
675 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitRanges()
1165 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1184 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1533 if (getGlobalData().getOptions().UpdateIndexTablesOnly) { in cloneAndEmitLineTable()