Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFEntryInserter.cpp27 struct FEntryInserter : public MachineFunctionPass { struct
29 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() argument
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,
H A DCMakeLists.txt33 FEntryInserter.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile41 FEntryInserter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn50 "FEntryInserter.cpp",