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.cpp553 CallInfo ChildInfo; in traceAICall() local
555 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceAICall()
557 ChildInfo.Metadata)) { in traceAICall()
559 traceAICall(CI, ChildInfo); in traceAICall()
585 CallInfo ChildInfo; in traceBitCast() local
586 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceBitCast()
588 ChildInfo.Metadata)) { in traceBitCast()
590 traceAICall(CI, ChildInfo); in traceBitCast()
615 CallInfo ChildInfo; in traceGEP() local
616 if (IsPreserveDIAccessIndexCall(CI, ChildInfo) && in traceGEP()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp134 CompileUnit::DIEInfo &ChildInfo = getDIEInfo(CurChild); in analyzeDWARFStructureRec() local
138 ChildInfo.setIsInMouduleScope(); in analyzeDWARFStructureRec()
141 ChildInfo.setIsInFunctionScope(); in analyzeDWARFStructureRec()
144 ChildInfo.setIsInAnonNamespaceScope(); in analyzeDWARFStructureRec()
148 ChildInfo.setIsInMouduleScope(); in analyzeDWARFStructureRec()
155 ChildInfo.setIsInFunctionScope(); in analyzeDWARFStructureRec()
157 !ChildInfo.getIsInMouduleScope()) { in analyzeDWARFStructureRec()
170 ChildInfo.setIsInAnonNamespaceScope(); in analyzeDWARFStructureRec()
177 ChildInfo.setTrackLiveness(); in analyzeDWARFStructureRec()
179 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()