HomeSort by relevance Sort by last modified time
    Searched refs:getVoidTy (Results 1 - 25 of 83) 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_),
runtime_support_builder_x86.cc 68 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_),
intrinsic_helper.cc 44 return irb.getVoidTy();
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 53 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 47 Type::getVoidTy(*DAG.getContext()),
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 35 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C),
ScalarEvolutionTest.cpp 40 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context),
94 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false);
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 29 FunctionType::get(Type::getVoidTy(Mod->getContext()), false);
  /external/llvm/unittests/IR/
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
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),
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 138 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
140 "__tsan_func_exit", IRB.getVoidTy(), NULL));
147 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
151 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
163 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy,
197 "__tsan_vptr_update", IRB.getVoidTy(), IRB.getInt8PtrTy(),
200 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
202 "__tsan_atomic_thread_fence", IRB.getVoidTy(), OrdTy, NULL));
204 "__tsan_atomic_signal_fence", IRB.getVoidTy(), OrdTy, NULL));
227 IRB.getVoidTy(), NULL)
    [all...]
AddressSanitizer.cpp     [all...]
GCOVProfiling.cpp 669 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
681 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
686 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
757 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
768 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
780 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
789 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false)
    [all...]
  /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/unittests/Transforms/Utils/
Cloning.cpp 158 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
185 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
224 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false);
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 124 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 481 "__stack_smash_handler", Type::getVoidTy(Context),
487 "__stack_chk_fail", Type::getVoidTy(Context), NULL);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 291 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true);
319 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 29 llvm::FunctionType::get(Type::getVoidTy(C),
369 Type *MyVoid = Type::getVoidTy(C);

Completed in 1110 milliseconds

1 2 3 4