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

1 2

  /external/deqp/framework/delibs/decpp/
deDynamicLibrary.hpp 41 deFunctionPtr getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); }
  /external/llvm/lib/Analysis/
Trace.cpp 24 Function *Trace::getFunction() const {
29 return getFunction()->getParent();
35 Function *F = getFunction();
BlockFrequencyInfo.cpp 58 return G->getFunction()->begin();
67 return G->getFunction()->begin();
70 return G->getFunction()->end();
80 return G->getFunction()->getName();
165 const Function *BlockFrequencyInfo::getFunction() const {
166 return BFI ? BFI->getFunction() : nullptr;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderExecutable.h 33 void *getFunction() const
  /external/deqp/framework/common/
tcuFunctionLibrary.cpp 51 deFunctionPtr StaticFunctionLibrary::getFunction (const char* funcName) const
72 deFunctionPtr DynamicFunctionLibrary::getFunction (const char* funcName) const
74 return m_dynamicLibrary.getFunction(funcName);
89 deFunctionPtr CompositeFunctionLibrary::getFunction (const char* name) const
93 const deFunctionPtr ptr = m_libraries[ndx].getFunction(name);
  /external/deqp/executor/
xeCallQueue.hpp 55 Function getFunction (void) const { return m_func; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 48 public String getFunction() {
88 specs.put(spec.getFunction(), spec);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 112 public String getFunction(int i) throws ArrayIndexOutOfBoundsException
  /external/chromium_org/tools/json_schema_compiler/
idl_schema_test.py 11 def getFunction(schema, name):
19 function = getFunction(schema, name)
24 function = getFunction(schema, name)
125 func = getFunction(schema, 'function15')
218 func = getFunction(schema, 'function3')
228 func = getFunction(schema, 'function4')
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 60 return G->getFunction()->begin();
72 return G->getFunction()->begin();
76 return G->getFunction()->end();
87 return G->getFunction()->getName();
175 const MachineFunction *MachineBlockFrequencyInfo::getFunction() const {
176 return MBFI ? MBFI->getFunction() : nullptr;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 51 specs.put(spec.getFunction(), spec);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 328 Function getFunction(int which)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 36 inline Function *getFunction() const { return func; }
201 func = bb->getFunction();
211 func = bb->getFunction();
  /external/chromium_org/v8/src/
array.js     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 402 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
DeclSpec.cpp 147 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
149 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto,
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 186 Function *getFunction() const { return F; }
LazyCallGraph.h 191 Function &getFunction() const {
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 112 /// getFunction - Return the function to which this metadata applies.
114 const Function &getFunction() const { return F; }
MachineFunction.h 149 /// getFunction - Return the LLVM function that this machine code represents
151 const Function *getFunction() const { return Fn; }
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 162 const Function &getFunction() const { return Fn; }
284 const Function &getFunction() const { return Fn; }
Constants.h 769 Function *getFunction() const { return (Function*)Op<0>().get(); }
    [all...]
  /external/llvm/lib/IR/
Module.cpp 167 // getFunction - Look up the specified function in the module symbol table.
170 Function *Module::getFunction(StringRef Name) const {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 36 inline Function *getFunction() const { return func; }
201 func = bb->getFunction();
211 func = bb->getFunction();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 111 public Function getFunction() {

Completed in 594 milliseconds

1 2