Searched refs:initializeCustomLowering (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DGCStrategy.h141 /// initializeCustomLowering/performCustomLowering - If any of the actions
143 /// the corresponding actions to LLVM IR. initializeCustomLowering is
146 virtual bool initializeCustomLowering(Module &F);
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp104 bool GCStrategy::initializeCustomLowering(Module &M) { return false; } function in class:GCStrategy
155 // runFunction time (initializeCustomLowering likely needs to change
166 if ((*I)->initializeCustomLowering(M))
H A DShadowStackGC.cpp59 bool initializeCustomLowering(Module &M) override;
271 bool ShadowStackGC::initializeCustomLowering(Module &M) { function in class:ShadowStackGC

Completed in 208 milliseconds