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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 141 /// 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/
GCStrategy.cpp 111 bool GCStrategy::initializeCustomLowering(Module &M) { return false; }
163 // runFunction time (initializeCustomLowering likely needs to change
174 if ((*I)->initializeCustomLowering(M))
ShadowStackGC.cpp 58 bool initializeCustomLowering(Module &M);
270 bool ShadowStackGC::initializeCustomLowering(Module &M) {

Completed in 204 milliseconds