Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h77 void setUpdateIndexTablesOnly(bool UpdateIndexTablesOnly) override { in setUpdateIndexTablesOnly() argument
78 GlobalData.Options.UpdateIndexTablesOnly = UpdateIndexTablesOnly; in setUpdateIndexTablesOnly()
H A DDWARFLinkerGlobalData.h45 bool UpdateIndexTablesOnly = false; member
H A DDWARFLinkerImpl.cpp79 if (!GlobalData.getOptions().UpdateIndexTablesOnly) in addObjectFile()
249 if (GlobalData.getOptions().UpdateIndexTablesOnly && in validateAndUpdateOptions()
463 if (!GlobalData.getOptions().UpdateIndexTablesOnly && in link()
482 if (!CUDie || GlobalData.getOptions().UpdateIndexTablesOnly || in link()
569 if (GlobalData.getOptions().UpdateIndexTablesOnly) { in link()
670 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h