Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFEntryInserter.cpp27 struct FEntryInserter : public MachineFunctionPass { struct
29 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() function
37 bool FEntryInserter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
50 char FEntryInserter::ID = 0;
51 char &llvm::FEntryInserterID = FEntryInserter::ID;
52 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile227 SRCS_MIN+= CodeGen/FEntryInserter.cpp