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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) {
123 Info = getCVFunctionInfo(Info->getParentFuncId());
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId);
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId);
MCStreamer.cpp 299 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) {
317 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId);

Completed in 16 milliseconds