Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFEntryInserter.cpp24 struct FEntryInserter : public MachineFunctionPass { struct
26 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() function
34 bool FEntryInserter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
47 char FEntryInserter::ID = 0;
48 char &llvm::FEntryInserterID = FEntryInserter::ID;
49 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
/freebsd/lib/clang/libllvm/
H A DMakefile251 SRCS_MIN+= CodeGen/FEntryInserter.cpp