Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h120 SmallVector<const DILocation *, 1> ChildSites; member
160 SmallVector<const DILocation *, 1> ChildSites; member
H A DCodeViewDebug.cpp552 addLocIfNotPresent(Site.ChildSites, Loc); in maybeRecordLocation()
556 addLocIfNotPresent(CurFn->ChildSites, Loc); in maybeRecordLocation()
1031 for (const DILocation *ChildSite : Site.ChildSites) { in emitInlinedCallSite()
1207 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction()