Home
last modified time | relevance | path

Searched refs:needToKeepInPlainDwarf (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDependencyTracker.cpp45 const bool ParentPlainDieIsKept = CurrentInfo.needToKeepInPlainDwarf(); in verifyKeepChain()
53 const bool ChildPlainDieIsKept = ChildInfo.needToKeepInPlainDwarf(); in verifyKeepChain()
312 return Info.needToKeepInPlainDwarf(); in isAlreadyMarked()
315 return Info.needToPlaceInTypeTable() && Info.needToKeepInPlainDwarf(); in isAlreadyMarked()
336 bool NeedKeepPlainChildren = Info.needToKeepInPlainDwarf(); in markParentsAsKeepingChildren()
HDDWARFLinkerCompileUnit.h270 bool needToKeepInPlainDwarf() const { in needToKeepInPlainDwarf() function
HDDWARFLinkerCompileUnit.cpp1296 bool NeedToClonePlainDIE = Info.needToKeepInPlainDwarf(); in cloneDIE()