Home
last modified time | relevance | path

Searched refs:ChildSites (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h109 SmallVector<const DILocation *, 1> ChildSites; member
140 SmallVector<const DILocation *, 1> ChildSites; member
DCodeViewDebug.cpp546 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation()
550 addLocIfNotPresent(CurFn->ChildSites, Loc); in maybeRecordLocation()
944 for (const DILocation *ChildSite : Site.ChildSites) { in emitInlinedCallSite()
1112 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction()