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

1 2

  /art/compiler/jni/portable/
jni_compiler.h 65 ::llvm::FunctionType* GetFunctionType(uint32_t method_idx,
jni_compiler.cc 138 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(),
266 GetFunctionType(dex_compilation_unit_->GetDexMethodIndex(), is_static, false);
280 ::llvm::FunctionType* JniCompiler::GetFunctionType(uint32_t method_idx,
  /external/clang/lib/CodeGen/
CodeGenTypes.h 130 /// GetFunctionType - Get the LLVM function type for \arg Info.
131 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
133 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
CGCXX.cpp 139 = getTypes().GetFunctionType(AliasDecl)->getPointerTo();
242 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
299 fnType = getTypes().GetFunctionType(*fnInfo);
365 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo);
CGObjCRuntime.cpp 357 CGM.getTypes().GetFunctionType(signature)->getPointerTo();
381 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo();
CGCXXABI.cpp 84 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(
CGBlocks.cpp     [all...]
CGVTables.cpp 136 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo);
305 CGM.getTypes().GetFunctionType(CGM.getTypes().arrangeGlobalDeclaration(GD));
CGDeclCXX.cpp 534 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI);
CodeGenTypes.cpp 525 ResultType = GetFunctionType(*FI);
CGAtomic.cpp 131 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo);
729 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FuncInfo);
    [all...]
CGCall.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGObjCMac.cpp 247 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, false, Params,
267 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
294 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
322 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
342 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
356 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
    [all...]
CGClass.cpp     [all...]
ItaniumCXXABI.cpp 385 CGM.getTypes().GetFunctionType(
673 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]
CGExprCXX.cpp 171 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo);
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
CGStmt.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 174 ::llvm::FunctionType* GetFunctionType();
mir_to_gbc.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc 378 llvm::FunctionType* GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, bool is_static);
    [all...]

Completed in 491 milliseconds

1 2