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

1 2 3 45 6 7 8 910

  /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/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 156 !AP.MF ? 0 : AP.MF->getFunction()->getParent());
277 const LLVMContext &ctx = MF->getFunction()->getContext();
501 const Function *F = MF.getFunction();
510 emitGlobals(*MF->getFunction()->getParent());
516 F = MF->getFunction();
544 emitDemotedVars(MF->getFunction(), O);
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 94 const Function *F = MF->getFunction();
649 const Function *Fn = MF.getFunction();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 493 Function *CalleeF = TheModule->getFunction(Callee);
668 F = TheModule->getFunction(Name);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 431 const Function *F = MF->getFunction();
630 MF->getFunction()->needsUnwindTableEntry())
641 MF->getFunction()->needsUnwindTableEntry();
767 const Function *F = MF->getFunction();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 477 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
498 Scope(dl.getScope(G->getMachineFunction().getFunction()->getContext()));
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 136 const GlobalValue *FName = MF.getFunction();
165 const GlobalValue *FName = MF.getFunction();
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 72 bool IsVarArg = MF.getFunction()->isVarArg();
134 bool IsVarArg = MF.getFunction()->isVarArg();
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 332 if (S.getFunction() == F) {
334 << S.getFunction() << "\n");
PathProfiling.cpp 667 std::string functionName = getFunction().getName().str();
    [all...]
  /art/compiler/llvm/
runtime_support_builder.cc 46 ::llvm::Function* fn = module_.getFunction(#NAME); \
  /external/llvm/include/llvm/CodeGen/
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/
Module.h 343 /// getFunction - Look up the specified function in the module symbol table.
345 Function *getFunction(StringRef Name) const;
  /external/llvm/lib/IR/
Module.cpp 218 // getFunction - Look up the specified function in the module symbol table.
221 Function *Module::getFunction(StringRef Name) const {
DebugInfo.cpp 666 if (F == getFunction())
770 Fn.getFunction() ? Fn.getFunction()->getName() : Fn.getName();
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 184 GlobalValue *GV = M->getFunction(ExtractFuncs[i]);
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 73 const Function* F = Fn.getFunction();
224 if (F.getFunction()->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
721 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 624 if (!MF.getFunction()->getAttributes().
720 if (MF.getFunction()->hasFnAttribute("no-realign-stack"))
728 const Function *F = MF.getFunction();
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp     [all...]
  /external/skia/src/core/
SkXfermode.cpp     [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 188 EdgeInformation[getFunction(e)][e] = oldw + w;
214 EdgeInformation.find(getFunction(e));
1020 return O << MF->getFunction()->getName() << "(MF)";
    [all...]
  /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_target.cpp 216 Function *func = bb->getFunction();
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 872 FunctionDecl *getFunction() const;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 403 CodeCompleteConsumer::OverloadCandidate::getFunction() const {

Completed in 748 milliseconds

1 2 3 45 6 7 8 910