reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
123 Info = getCVFunctionInfo(Info->getParentFuncId()); 279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); 468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId);lib/MC/MCStreamer.cpp
286 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { 304 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId);