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

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 27 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
116 FunctionType::get(Type::getVoidTy(M.getContext()), false),
122 InitName, FunctionType::get(IRB.getVoidTy(), InitArgTypes, false),
129 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false),
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 91 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
97 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
103 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
109 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
115 SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, false);
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 55 Type::getVoidTy(*DAG.getContext()),
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 42 Type::getVoidTy(*DAG.getContext()),
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 36 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C),
AliasAnalysisTest.cpp 172 FunctionType::get(Type::getVoidTy(C), std::vector<Type *>(), false);
  /external/llvm/unittests/IR/
WaymarkTest.cpp 31 FunctionType *FT = FunctionType::get(Type::getVoidTy(getGlobalContext()), true);
TypeBuilderTest.cpp 20 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext())));
21 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext())));
123 EXPECT_EQ(FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false),
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 134 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
173 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 140 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
142 M.getOrInsertFunction("__tsan_func_exit", IRB.getVoidTy(), nullptr));
151 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
155 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
160 UnalignedReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
165 UnalignedWriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
175 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy, nullptr));
208 M.getOrInsertFunction("__tsan_vptr_update", IRB.getVoidTy(),
211 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
213 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, nullptr))
    [all...]
GCOVProfiling.cpp 674 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
686 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
691 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
762 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
773 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
785 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
809 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false)
    [all...]
AddressSanitizer.cpp     [all...]
InstrProfiling.cpp 177 auto *ReturnTy = Type::getVoidTy(M.getContext());
382 auto *VoidTy = Type::getVoidTy(M->getContext());
468 auto *VoidTy = Type::getVoidTy(M->getContext());
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 67 Function::Create(FunctionType::get(B.getVoidTy(), false),
Cloning.cpp 157 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
184 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
221 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false);
428 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false);
  /external/llvm/lib/IR/
Instructions.cpp 504 Type *VoidTy = Type::getVoidTy(M->getContext());
689 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
699 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
706 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
713 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
739 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
745 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
751 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
794 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext()),
803 : TerminatorInst(Type::getVoidTy(CleanupPad->getContext())
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 107 Type::getVoidTy(M.getContext()));
111 Type::getVoidTy(M.getContext()));
381 Type::getVoidTy(Context));
388 Type::getVoidTy(Context));
StackProtector.cpp 480 Type::getVoidTy(Context),
486 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context),
DwarfEHPrepare.cpp 208 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 115 Type::getVoidTy(Ctx),
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 48 llvm::FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false);
389 Type *MyVoid = Type::getVoidTy(C);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 137 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
152 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);

Completed in 470 milliseconds

1 2 3 4