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

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/Analysis/
Trace.cpp 25 Function *Trace::getFunction() const {
30 return getFunction()->getParent();
36 Function *F = getFunction();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
ShaderExecutable.h 32 void *getFunction() const
  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 26 MF.getFunction()->getFnAttribute("no-frame-pointer-elim-non-leaf")
  /art/compiler/llvm/generated/
art_module.cc 378 Function* func___art_type_list = mod->getFunction("__art_type_list");
389 Function* func_art_portable_get_current_thread_from_code = mod->getFunction("art_portable_get_current_thread_from_code");
400 Function* func_art_portable_set_current_thread_from_code = mod->getFunction("art_portable_set_current_thread_from_code");
411 Function* func_art_portable_lock_object_from_code = mod->getFunction("art_portable_lock_object_from_code");
422 Function* func_art_portable_unlock_object_from_code = mod->getFunction("art_portable_unlock_object_from_code");
433 Function* func_art_portable_test_suspend_from_code = mod->getFunction("art_portable_test_suspend_from_code");
444 Function* func_art_portable_push_shadow_frame_from_code = mod->getFunction("art_portable_push_shadow_frame_from_code");
455 Function* func_art_portable_pop_shadow_frame_from_code = mod->getFunction("art_portable_pop_shadow_frame_from_code");
466 Function* func_art_portable_get_and_clear_exception = mod->getFunction("art_portable_get_and_clear_exception");
477 Function* func_art_portable_throw_div_zero_from_code = mod->getFunction("art_portable_throw_div_zero_from_code")
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 13 AttributeSet Set = MF.getFunction()->getAttributes();
  /external/llvm/unittests/IR/
ValueTest.cpp 39 Function *F = M->getFunction("f");
  /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;
  /external/chromium_org/tools/json_schema_compiler/
idl_schema_test.py 9 def getFunction(schema, name):
16 function = getFunction(schema, name)
92 func = getFunction(schema, 'function15')
124 func = getFunction(schema, 'function3')
134 func = getFunction(schema, 'function4')
  /external/llvm/lib/Analysis/IPA/
CallPrinter.cpp 34 if (Function *Func = Node->getFunction())
CallGraph.cpp 74 if (Function *F = getRoot()->getFunction())
221 Function *F = CGN->getFunction(); // Get the function for the call graph node
256 if (Function *F = getFunction())
265 if (Function *FI = I->second->getFunction())
CallGraphSCCPass.cpp 145 if (Function *F = (*I)->getFunction()) {
192 Function *F = CGN->getFunction();
220 if (I->second->getFunction() == 0)
267 if (ExistingNode->getFunction() == CS.getCalledFunction())
276 ExistingNode->getFunction() == 0)
289 if (ExistingNode->getFunction() == 0) {
601 (*I)->getFunction()->print(Out);
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 45 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 102 unsigned StackArity = MD.getFunction().arg_size() > RegisteredArgs ?
103 MD.getFunction().arg_size() - RegisteredArgs : 0;
OcamlGCPrinter.cpp 129 report_fatal_error("Function '" + FI.getFunction().getName() +
136 Twine(FI.getFunction().getName()));
143 report_fatal_error("Function '" + FI.getFunction().getName() +
ARMException.cpp 57 if (Asm->MF->getFunction()->needsUnwindTableEntry())
65 if (!Asm->MF->getFunction()->needsUnwindTableEntry())
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 48 Function *LFn = L->getFunction(Name);
49 Function *RFn = R->getFunction(Name);
  /external/llvm/tools/opt/
PrintSCC.cpp 104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java 42 return (call.getFunction() == Function.glDrawArrays
43 || call.getFunction() == Function.glDrawElements) && call.hasFb();
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 414 Function *func = M->getFunction("main");
458 Function *foo = M->getFunction("foo");
467 Function *func = M->getFunction("main");
470 Function *bar = M->getFunction("bar");
486 Function *F_get_foo_addr = M->getFunction("get_foo_addr");
504 Function *F_foo = M->getFunction("foo");
555 Function *loaderIR = M->getFunction("loader");
575 Function *funcIR = M->getFunction("func");
595 Function *get_stubIR = M->getFunction("get_stub");
670 Function *funcIR = M->getFunction("func")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 42 GLAPISpec apiSpec = mAPISpecs.get(glMessage.getFunction().toString());
44 return glMessage.getFunction().toString();
63 return String.format("%s(%s)", apiSpec.getFunction(), //$NON-NLS-1$
GLAPISpec.java 48 public String getFunction() {
88 specs.put(spec.getFunction(), spec);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2564.js 39 assertEquals(o[i], frames[i].getFunction());
70 assertEquals(o[i], frames[i].getFunction());
75 assertEquals(undefined, frames[i].getFunction());
106 assertEquals(undefined, frames[i].getFunction());
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 77 CallInst *brainf_call = CallInst::Create(mod->getFunction("brainf"),
145 Function *brainf_func = mod->getFunction("brainf");
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 74 if (Function *F = (*I)->getFunction())
87 Function *F = (*I)->getFunction();
147 Function *F = (*I)->getFunction();
162 if (Function *F = (*I)->getFunction())
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 78 formattedMsg = String.format("%s()", msg.getFunction().toString()); //$NON-NLS-1$
85 msg.getFunction(),
108 switch (msg.getFunction()) {
233 if (c.getFunction() == Function.eglSwapBuffers) {

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 910