OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spliceFunction
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h
141
///
spliceFunction
- Replace the function represented by this node by another.
146
void
spliceFunction
(const Function *From, const Function *To);
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp
233
///
spliceFunction
- Replace the function represented by this node by another.
238
void CallGraph::
spliceFunction
(const Function *From, const Function *To) {
/external/llvm/include/llvm/Analysis/
CallGraph.h
102
void
spliceFunction
(const Function *From, const Function *To);
/external/llvm/lib/Analysis/
CallGraph.cpp
147
///
spliceFunction
- Replace the function represented by this node by another.
152
void CallGraph::
spliceFunction
(const Function *From, const Function *To) {
Completed in 69 milliseconds