HomeSort by relevance Sort by last modified time
    Searched defs:getOrInsertFunction (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Analysis/
CallGraph.cpp 24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
58 CallGraphNode *Node = getOrInsertFunction(F);
93 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
162 // getOrInsertFunction - This method is identical to calling operator[], but
165 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 54 ExternalCallingNode = getOrInsertFunction(0);
115 CallGraphNode *Node = getOrInsertFunction(F);
154 Node->addCalledFunction(CS, getOrInsertFunction(Callee));
248 // getOrInsertFunction - This method is identical to calling operator[], but
251 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 164 CallGraphNode *getOrInsertFunction(const Function *F);
388 CallGraphNode *getOrInsertFunction(const Function *F) {
389 return G->getOrInsertFunction(F);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 134 // getOrInsertFunction - Look up the specified function in the module symbol
139 Constant *Module::getOrInsertFunction(StringRef Name,
158 Constant *NewF = getOrInsertFunction(Name, Ty);
189 Constant *Module::getOrInsertFunction(StringRef Name,
192 return getOrInsertFunction(Name, Ty, AttributeList);
195 // getOrInsertFunction - Look up the specified function in the module symbol
200 Constant *Module::getOrInsertFunction(StringRef Name,
213 // Build the function type and chain to the other getOrInsertFunction...
214 return getOrInsertFunction(Name,
219 Constant *Module::getOrInsertFunction(StringRef Name
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 164 CallGraphNode *getOrInsertFunction(const Function *F);
388 CallGraphNode *getOrInsertFunction(const Function *F) {
389 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 154 CallGraphNode *getOrInsertFunction(const Function *F);
378 CallGraphNode *getOrInsertFunction(const Function *F) {
379 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 154 CallGraphNode *getOrInsertFunction(const Function *F);
378 CallGraphNode *getOrInsertFunction(const Function *F) {
379 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 164 CallGraphNode *getOrInsertFunction(const Function *F);
388 CallGraphNode *getOrInsertFunction(const Function *F) {
389 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 154 CallGraphNode *getOrInsertFunction(const Function *F);
378 CallGraphNode *getOrInsertFunction(const Function *F) {
379 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 154 CallGraphNode *getOrInsertFunction(const Function *F);
378 CallGraphNode *getOrInsertFunction(const Function *F) {
379 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 158 CallGraphNode *getOrInsertFunction(const Function *F);
384 CallGraphNode *getOrInsertFunction(const Function *F) {
385 return G->getOrInsertFunction(F);
  /external/llvm/lib/IR/
Module.cpp 116 // getOrInsertFunction - Look up the specified function in the module symbol
121 Constant *Module::getOrInsertFunction(StringRef Name,
144 Constant *Module::getOrInsertFunction(StringRef Name,
146 return getOrInsertFunction(Name, Ty, AttributeSet());
149 // getOrInsertFunction - Look up the specified function in the module symbol
154 Constant *Module::getOrInsertFunction(StringRef Name,
167 // Build the function type and chain to the other getOrInsertFunction...
168 return getOrInsertFunction(Name,
173 Constant *Module::getOrInsertFunction(StringRef Name,
185 // Build the function type and chain to the other getOrInsertFunction..
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Module.h 328 Constant *getOrInsertFunction(StringRef Name, FunctionType *T,
331 Constant *getOrInsertFunction(StringRef Name, FunctionType *T);
340 Constant *getOrInsertFunction(StringRef Name,
345 return getOrInsertFunction(Name,
352 Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ArgsTy... Args) {
353 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
    [all...]

Completed in 930 milliseconds

1 2