Home
last modified time | relevance | path

Searched refs:FEntryInserterLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFEntryInserter.cpp30 struct FEntryInserterLegacy : public MachineFunctionPass { struct
32 FEntryInserterLegacy() : MachineFunctionPass(ID) { in FEntryInserterLegacy() argument
62 char FEntryInserterLegacy::ID = 0;
63 char &llvm::FEntryInserterID = FEntryInserterLegacy::ID;
64 INITIALIZE_PASS(FEntryInserterLegacy, "fentry-insert", "Insert fentry calls",