Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
1374 getContaingFile().Addresses->getSubprogramRelocAdjustment( in createPlainDIEandCloneAttributes()
1388 getContaingFile().Addresses->getVariableRelocAdjustment( in createPlainDIEandCloneAttributes()
1519 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit()); in cloneAndEmitLineTable()
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.cpp673 CU.getContaingFile().Addresses->hasValidRelocs()) { in linkSingleCompileUnit()