Searched defs:getOrInsertFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp54 ExternalCallingNode = getOrInsertFunction(0);
115 CallGraphNode *Node = getOrInsertFunction(F);
150 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
244 // getOrInsertFunction - This method is identical to calling operator[], but
247 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) { function in class:CallGraph
/external/llvm/lib/IR/
H A DModule.cpp133 // getOrInsertFunction - Look up the specified function in the module symbol
138 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
157 Constant *NewF = getOrInsertFunction(Name, Ty);
171 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
173 return getOrInsertFunction(Name, Ty, AttributeSet());
176 // getOrInsertFunction - Look up the specified function in the module symbol
181 Constant *Module::getOrInsertFunction(StringRef Name, function in class:Module
194 // Build the function type and chain to the other getOrInsertFunction...
195 return getOrInsertFunction(Name,
200 Constant *Module::getOrInsertFunction(StringRe function in class:Module
[all...]

Completed in 625 milliseconds