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

1 2 3 4

  /art/compiler/llvm/
runtime_support_builder_arm.cc 87 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
111 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
124 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
132 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
runtime_support_builder_thumb2.cc 81 FunctionType* asm_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
runtime_support_builder_x86.cc 68 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
intrinsic_helper.cc 44 return irb.getVoidTy();
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false);
  /external/llvm/unittests/IR/
WaymarkTest.cpp 30 FunctionType *FT = FunctionType::get(Type::getVoidTy(getGlobalContext()), true);
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
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),
IRBuilderTest.cpp 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(getGlobalContext()),
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 147 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
149 "__tsan_func_exit", IRB.getVoidTy(), NULL));
156 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
160 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
172 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy,
206 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(),
209 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
211 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, NULL));
213 "__tsan_atomic_signal_fence", IRB.getVoidTy(), OrdTy, NULL));
236 IRB.getVoidTy(), NULL)
    [all...]
GCOVProfiling.cpp 583 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
595 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
600 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
670 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
681 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
691 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
700 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
705 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
710 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
715 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false)
    [all...]
AddressSanitizer.cpp     [all...]
ProfilingUtils.cpp 137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 136 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
175 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
  /art/compiler/llvm/generated/
art_module.cc 60 /*Result=*/Type::getVoidTy(mod->getContext()),
81 /*Result=*/Type::getVoidTy(mod->getContext()),
88 /*Result=*/Type::getVoidTy(mod->getContext()),
105 /*Result=*/Type::getVoidTy(mod->getContext()),
111 /*Result=*/Type::getVoidTy(mod->getContext()),
119 /*Result=*/Type::getVoidTy(mod->getContext()),
126 /*Result=*/Type::getVoidTy(mod->getContext()),
161 /*Result=*/Type::getVoidTy(mod->getContext()),
287 /*Result=*/Type::getVoidTy(mod->getContext()),
339 /*Result=*/Type::getVoidTy(mod->getContext())
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 491 Type *VoidTy = Type::getVoidTy(M->getContext());
616 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
626 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
633 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
640 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
666 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
672 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
678 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
701 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
705 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable
    [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 123 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
IntrinsicLowering.cpp 107 Type::getVoidTy(M.getContext()));
111 Type::getVoidTy(M.getContext()));
381 Type::getVoidTy(Context));
388 Type::getVoidTy(Context));
StackProtector.cpp 392 "__stack_smash_handler", Type::getVoidTy(Context),
410 "__stack_chk_fail", Type::getVoidTy(Context), NULL);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 26 llvm::FunctionType::get(Type::getVoidTy(C),
331 Type *MyVoid = Type::getVoidTy(C);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 40 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context),
94 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false);
  /external/llvm/include/llvm/IR/
Type.h 381 static Type *getVoidTy(LLVMContext &C);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 183 Type::getVoidTy(*DAG.getContext()), // return type

Completed in 415 milliseconds

1 2 3 4