OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrInsertFunction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
CallGraph.cpp
24
: M(M), Root(nullptr), ExternalCallingNode(
getOrInsertFunction
(nullptr)),
58
CallGraphNode *Node =
getOrInsertFunction
(F);
95
Node->addCalledFunction(CS,
getOrInsertFunction
(Callee));
164
//
getOrInsertFunction
- This method is identical to calling operator[], but
167
CallGraphNode *CallGraph::
getOrInsertFunction
(const Function *F) {
/external/llvm/include/llvm/Analysis/
CallGraph.h
163
CallGraphNode *
getOrInsertFunction
(const Function *F);
380
CallGraphNode *
getOrInsertFunction
(const Function *F) {
381
return G->
getOrInsertFunction
(F);
/external/llvm/lib/IR/
Module.cpp
113
//
getOrInsertFunction
- Look up the specified function in the module symbol
118
Constant *Module::
getOrInsertFunction
(StringRef Name,
141
Constant *Module::
getOrInsertFunction
(StringRef Name,
143
return
getOrInsertFunction
(Name, Ty, AttributeSet());
146
//
getOrInsertFunction
- Look up the specified function in the module symbol
151
Constant *Module::
getOrInsertFunction
(StringRef Name,
164
// Build the function type and chain to the other
getOrInsertFunction
...
165
return
getOrInsertFunction
(Name,
170
Constant *Module::
getOrInsertFunction
(StringRef Name,
182
// Build the function type and chain to the other
getOrInsertFunction
..
[
all
...]
Completed in 109 milliseconds