Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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,
DCMakeLists.txt29 FEntryInserter.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp156 "llvm/lib/CodeGen/FEntryInserter.cpp",
DBUILD.gn311 "llvm/lib/CodeGen/FEntryInserter.cpp",
DCMakeLists.txt156 ${LLVM_DIR}/lib/CodeGen/FEntryInserter.cpp