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

Declarations

lib/MC/MCParser/AsmParser.cpp
  358   bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);

References

lib/MC/MCParser/AsmParser.cpp
 3664   if (parseCVFunctionId(FunctionId, ".cv_func_id") ||
 3692   if (parseCVFunctionId(FunctionId, ".cv_inline_site_id"))
 3703   if (parseCVFunctionId(IAFunc, ".cv_inline_site_id"))
 3746   if (parseCVFunctionId(FunctionId, ".cv_loc") ||
 3809   if (parseCVFunctionId(FunctionId, ".cv_linetable") ||
 3833   if (parseCVFunctionId(PrimaryFunctionId, ".cv_inline_linetable") ||