Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp308 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel); in ComputeCallSiteTable() local
309 if (CallSites.size() < SiteNo) in ComputeCallSiteTable()
310 CallSites.resize(SiteNo); in ComputeCallSiteTable()
311 CallSites[SiteNo - 1] = Site; in ComputeCallSiteTable()