Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
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