Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp337 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation() local
343 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()).SiteFuncId; in maybeRecordLocation()
347 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation()
349 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()); in maybeRecordLocation()
353 Loc = SiteLoc; in maybeRecordLocation()