Home
last modified time | relevance | path

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

/src/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()
192 InUnit.getGlobalData().getStringPool().insert(*String).first; in cloneStringAttr()
374 OutUnit->getGlobalData() in cloneScalarAttr()
378 OutUnit->getGlobalData() in cloneScalarAttr()
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 DDependencyTracker.cpp744 DIE, Entry.CU->getGlobalData().getOptions().Verbose); in isLiveVariableEntry()
753 !Entry.CU->getGlobalData().getOptions().KeepFunctionForStatic) in isLiveVariableEntry()
759 if (Entry.CU->getGlobalData().getOptions().Verbose) { in isLiveVariableEntry()
763 DumpOpts.Verbose = Entry.CU->getGlobalData().getOptions().Verbose; in isLiveVariableEntry()
787 DIE, Entry.CU->getGlobalData().getOptions().Verbose); in isLiveSubprogramEntry()
824 if (Entry.CU->getGlobalData().getOptions().Verbose) { in isLiveSubprogramEntry()
828 DumpOpts.Verbose = Entry.CU->getGlobalData().getOptions().Verbose; in isLiveSubprogramEntry()
H A DDIEAttributeCloner.h108 ((InUnit.getGlobalData().getOptions().Threads != 1) && in DIEAttributeCloner()
109 !InUnit.getGlobalData().getOptions().AllowNonDeterministicOutput)); in DIEAttributeCloner()
H A DDWARFLinkerCompileUnit.cpp176 if (!isClangModule() && !getGlobalData().getOptions().UpdateIndexTablesOnly) in analyzeDWARFStructureRec()
444 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitDebugLocations()
675 if (getGlobalData().getOptions().UpdateIndexTablesOnly) in cloneAndEmitRanges()
1165 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1184 } else if (!getGlobalData().getOptions().UpdateIndexTablesOnly && in cloneDieAttrExpression()
1411 AcceleratorRecordsSaver AccelRecordsSaver(getGlobalData(), *this, this); in createPlainDIEandCloneAttributes()
1504 AcceleratorRecordsSaver AccelRecordsSaver(getGlobalData(), *this, in createTypeDIEandCloneAttributes()
1533 if (getGlobalData().getOptions().UpdateIndexTablesOnly) { in cloneAndEmitLineTable()
H A DDWARFLinkerUnit.h56 LinkingGlobalData &getGlobalData() { return GlobalData; } in getGlobalData() function