Searched defs:initializeCustomLowering (Results 1 - 2 of 2) sorted by relevance

/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 2091 milliseconds