Home
last modified time | relevance | path

Searched refs:initializeCustomLowering (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCStrategy.h165 virtual bool initializeCustomLowering(Module &F) { in initializeCustomLowering() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGC.cpp59 bool initializeCustomLowering(Module &M) override;
271 bool ShadowStackGC::initializeCustomLowering(Module &M) { in initializeCustomLowering() function in ShadowStackGC
H A DGCStrategy.cpp149 if ((*I)->initializeCustomLowering(M)) in doInitialization()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DGarbageCollection.rst737 virtual bool initializeCustomLowering(Module &M);
758 Likewise, ``initializeCustomLowering`` has the same semantics as
769 bool MyGC::initializeCustomLowering(Module &M) {