Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp299 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel); in computeCallSiteTable() local
300 if (CallSites.size() < SiteNo) in computeCallSiteTable()
301 CallSites.resize(SiteNo); in computeCallSiteTable()
302 CallSites[SiteNo - 1] = Site; in computeCallSiteTable()
/external/swiftshader/third_party/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()