HomeSort by relevance Sort by last modified time
    Searched defs:getFunction (Results 26 - 50 of 285) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 328 Function getFunction(int which)
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 399 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
DeclSpec.cpp 150 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
152 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto,
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCounterOpsTests.hpp 77 inline std::string getFunction() const
  /external/llvm/include/llvm/Analysis/
CallGraph.h 191 Function *getFunction() const { return F; }
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 101 /// getFunction - Return the function to which this metadata applies.
103 const Function &getFunction() const { return F; }
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 68 return &G->getFunction()->front();
77 return G->getFunction()->begin();
80 return G->getFunction()->end();
162 return BFI->getBlockProfileCount(*getFunction(), BB);
182 const Function *BlockFrequencyInfo::getFunction() const {
183 return BFI ? BFI->getFunction() : nullptr;
  /external/llvm/lib/IR/
Instruction.cpp 65 Function *Instruction::getFunction() { return getParent()->getParent(); }
67 const Function *Instruction::getFunction() const {
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 36 inline Function *getFunction() const { return func; }
211 func = bb->getFunction();
221 func = bb->getFunction();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 210 // getFunction - Return the function that this call graph node represents.
211 Function *getFunction() const { return F; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 109 /// getFunction - Return the function to which this metadata applies.
111 const Function &getFunction() const { return F; }
MachineFunction.h 140 /// getFunction - Return the LLVM function that this machine code represents
142 const Function *getFunction() const { return Fn; }
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 560 Function *getFunction() const { return (Function*)Op<0>().get(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Metadata.cpp 131 return MD->getFunction();
157 // getFunction - If this metadata is function-local and recursively has a
159 // Otherwise, return null. getFunction() should not be used for performance-
161 const Function *MDNode::getFunction() const {
306 const Function *F = getFunction();
Module.cpp 237 // getFunction - Look up the specified function in the module symbol table.
240 Function *Module::getFunction(StringRef Name) const {
  /frameworks/compile/libbcc/lib/
RSScriptGroupFusion.cpp 44 Function* func = newModule->getFunction(functionName);
52 getFunction(Module* mergedModule, const Source* source, const int slot,
73 const Function* function = mergedModule->getFunction(functionName);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
232 getFunction(mergedModule, source, slot, &inputFunctionSignature);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 191 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCMetadata.h 101 /// getFunction - Return the function to which this metadata applies.
103 const Function &getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 181 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 181 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 188 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 188 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 188 Function *getFunction() const { return F; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 188 Function *getFunction() const { return F; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 191 Function *getFunction() const { return F; }

Completed in 1820 milliseconds

12 3 4 5 6 7 8 91011>>