Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFEntryInserter.cpp24 struct FEntryInserter : public MachineFunctionPass { struct
26 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() argument
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,
H A DCMakeLists.txt64 FEntryInserter.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile47 FEntryInserter.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn59 "FEntryInserter.cpp",