Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp36 InUnit.getContaingFile().Addresses->applyValidRelocs(DIECopy, Offset, in clone()
315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr()
329 InUnit.getContaingFile().Dwarf->getDebugMacro(); in cloneScalarAttr()
H A DDWARFLinkerCompileUnit.cpp905 getContaingFile().Dwarf->getDebugMacro()) { in cloneAndEmitDebugMacro()
914 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
1373 getContaingFile().Addresses->getSubprogramRelocAdjustment( in createPlainDIEandCloneAttributes()
1387 getContaingFile().Addresses->getVariableRelocAdjustment( in createPlainDIEandCloneAttributes()
1518 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit());
H A DDependencyTracker.cpp743 Entry.CU->getContaingFile().Addresses->getVariableRelocAdjustment( in isLiveVariableEntry()
786 Entry.CU->getContaingFile().Addresses->getSubprogramRelocAdjustment( in isLiveSubprogramEntry()
H A DDWARFLinkerCompileUnit.h111 const DWARFFile &getContaingFile() const { return File; } in getContaingFile() function
H A DDWARFLinkerImpl.cpp671 CU.getContaingFile().Addresses->hasValidRelocs()) { in linkSingleCompileUnit()