OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializecustomlowering
(Results
1 - 4
of
4
) 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
104
bool GCStrategy::
initializeCustomLowering
(Module &M) { return false; }
155
// runFunction time (
initializeCustomLowering
likely needs to change
166
if ((*I)->
initializeCustomLowering
(M))
ShadowStackGC.cpp
59
bool
initializeCustomLowering
(Module &M) override;
271
bool ShadowStackGC::
initializeCustomLowering
(Module &M) {
/external/llvm/docs/
GarbageCollection.rst
737
virtual bool
initializeCustomLowering
(Module &M);
758
Likewise, ``
initializeCustomLowering
`` has the same semantics as
769
bool MyGC::
initializeCustomLowering
(Module &M) {
[
all
...]
Completed in 1575 milliseconds