Home
last modified time | relevance | path

Searched refs:ChildInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp544 CallInfo ChildInfo; in traceAICall() local
546 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceAICall()
548 ChildInfo.Metadata)) { in traceAICall()
550 traceAICall(CI, ChildInfo); in traceAICall()
576 CallInfo ChildInfo; in traceBitCast() local
577 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceBitCast()
579 ChildInfo.Metadata)) { in traceBitCast()
581 traceAICall(CI, ChildInfo); in traceBitCast()
606 CallInfo ChildInfo; in traceGEP() local
607 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceGEP()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp131 CompileUnit::DIEInfo &ChildInfo = getDIEInfo(CurChild); in analyzeDWARFStructureRec() local
135 ChildInfo.setIsInMouduleScope(); in analyzeDWARFStructureRec()
138 ChildInfo.setIsInFunctionScope(); in analyzeDWARFStructureRec()
141 ChildInfo.setIsInAnonNamespaceScope(); in analyzeDWARFStructureRec()
145 ChildInfo.setIsInMouduleScope(); in analyzeDWARFStructureRec()
152 ChildInfo.setIsInFunctionScope(); in analyzeDWARFStructureRec()
154 !ChildInfo.getIsInMouduleScope()) { in analyzeDWARFStructureRec()
167 ChildInfo.setIsInAnonNamespaceScope(); in analyzeDWARFStructureRec()
174 ChildInfo.setTrackLiveness(); in analyzeDWARFStructureRec()
176 if ((!ChildInfo.getIsInAnonNamespaceScope() && in analyzeDWARFStructureRec()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp291 CompileUnit::DIEInfo &ChildInfo) { in updateChildPruning() argument
293 Info.Prune &= ChildInfo.Prune; in updateChildPruning()
373 CompileUnit::DIEInfo &ChildInfo = CU.getInfo(Child); in analyzeContextInfo() local
375 Current.Die, ContextWorklistItemType::UpdateChildPruning, &ChildInfo); in analyzeContextInfo()
649 CompileUnit::DIEInfo &ChildInfo) { in updateChildIncompleteness() argument
661 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateChildIncompleteness()
713 CompileUnit::DIEInfo &ChildInfo = CU.getInfo(Child); in lookForChildDIEsToKeep() local
715 &ChildInfo); in lookForChildDIEsToKeep()