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

1 2

  /external/llvm/lib/Analysis/
Trace.cpp 25 Function *Trace::getFunction() const {
30 return getFunction()->getParent();
36 Function *F = getFunction();
PathNumbering.cpp 353 Function& BallLarusDag::getFunction() {
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 58 /// getFunction() - Returns the Function for an Edge.
59 static const FType *getFunction(Edge e) {
75 const FType *f = getFunction(e);
88 EdgeInformation[getFunction(e)][e] += weight;
ProfileInfo.h 87 // getFunction() - Returns the Function for an Edge, checking for validity.
88 static const FType* getFunction(Edge e) {
114 EdgeInformation.find(getFunction(e));
127 EdgeInformation[getFunction(e)][e] = w;
CallGraph.h 210 // getFunction - Return the function that this call graph node represents.
211 Function *getFunction() const { return F; }
  /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
  /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/clang/lib/Sema/
CodeCompleteConsumer.cpp 403 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
DeclSpec.cpp 145 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
147 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto,
    [all...]
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 110 /// getFunction - Return the function to which this metadata applies.
112 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/lib/IR/
Module.cpp 235 // getFunction - Look up the specified function in the module symbol table.
238 Function *Module::getFunction(StringRef Name) const {
Metadata.cpp 158 return MD->getFunction();
184 // getFunction - If this metadata is function-local and recursively has a
186 // Otherwise, return null. getFunction() should not be used for performance-
188 const Function *MDNode::getFunction() const {
338 const Function *F = getFunction();
  /external/v8/src/
array.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 111 public Function getFunction() {
  /external/llvm/include/llvm/IR/
Constants.h 764 Function *getFunction() const { return (Function*)Op<0>().get(); }
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 277 Function &getFunction() const { return F; }
  /external/llvm/include/llvm/
DebugInfo.h 509 Function *getFunction() const { return getFunctionField(16); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 408 milliseconds

1 2