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 DDWARFLinkerImpl.cpp78 if (!GlobalData.getOptions().UpdateIndexTablesOnly) in addObjectFile()
248 if (GlobalData.getOptions().UpdateIndexTablesOnly && in validateAndUpdateOptions()
462 if (!GlobalData.getOptions().UpdateIndexTablesOnly && in link()
481 if (!CUDie || GlobalData.getOptions().UpdateIndexTablesOnly || in link()
568 if (GlobalData.getOptions().UpdateIndexTablesOnly) { in link()
669 GlobalData.getOptions().UpdateIndexTablesOnly || in linkSingleCompileUnit()
H A DDWARFLinkerGlobalData.h45 bool UpdateIndexTablesOnly = false; member
H A DDWARFLinkerCompileUnit.cpp173 if (!isClangModule() && !getGlobalData().getOptions().UpdateIndexTablesOnly) in analyzeDWARFStructureRec()
441 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitDebugLocations()
630 if (GlobalData.getOptions().UpdateIndexTablesOnly) in emitDebugAddrSection()
672 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitRanges()
1162 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1180 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1529 if (getGlobalData().getOptions().UpdateIndexTablesOnly) { in cloneAndEmitLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h