Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp538 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation() local
544 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()).SiteFuncId; in maybeRecordLocation()
548 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation()
550 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()); in maybeRecordLocation()
554 Loc = SiteLoc; in maybeRecordLocation()