Searched refs:initializeCustomLowering (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/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);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DGCStrategy.cpp111 bool GCStrategy::initializeCustomLowering(Module &M) { return false; } function in class:GCStrategy
163 // runFunction time (initializeCustomLowering likely needs to change
174 if ((*I)->initializeCustomLowering(M))
H A DShadowStackGC.cpp58 bool initializeCustomLowering(Module &M);
270 bool ShadowStackGC::initializeCustomLowering(Module &M) { function in class:ShadowStackGC

Completed in 124 milliseconds