HomeSort by: relevance | last modified time | path
    Searched refs:PrevDIL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 430 const DILocation *PrevDIL = DIL;
432 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName();
434 Name = PrevDIL->getScope()->getSubprogram()->getName();
437 PrevDIL->getScope()->getSubprogram()->getLinkageName()));
438 PrevDIL = DIL;
443 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName();
445 RootName = PrevDIL->getScope()->getSubprogram()->getName();
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 233 const DILocation *PrevDIL = DIL;
237 PrevDIL->getScope()->getSubprogram()->getLinkageName()));
238 PrevDIL = DIL;

Completed in 18 milliseconds