OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initializeCustomLowering
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
GCStrategy.cpp
112
bool GCStrategy::
initializeCustomLowering
(Module &M) { return false; }
164
// runFunction time (
initializeCustomLowering
likely needs to change
175
if ((*I)->
initializeCustomLowering
(M))
ShadowStackGC.cpp
58
bool
initializeCustomLowering
(Module &M);
270
bool ShadowStackGC::
initializeCustomLowering
(Module &M) {
Completed in 135 milliseconds