[PATCH] D105916: [AsmPrinter][CallGraphSection] Emit call graph section
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 14:01:05 PDT 2021
morehouse accepted this revision.
morehouse added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/AsmPrinter.h:194
+ /// Enumeration of function kinds, and their mapping to function kind values
+ /// stored in call graph section entries.
+ enum FunctionKind {
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105916/new/
https://reviews.llvm.org/D105916
More information about the llvm-commits
mailing list