reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCCodeView.h
  159   MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);

References

lib/MC/MCCodeView.cpp
  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);