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

1 2 3

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 25 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), 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 30 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),
IRBuilderTest.cpp 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(getGlobalContext()),
  /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_atomic_thread_fence", IRB.getVoidTy(), OrdTy, NULL));
202 "__tsan_atomic_signal_fence", IRB.getVoidTy(), OrdTy, NULL));
214 IRB.getVoidTy(), NULL);
GCOVProfiling.cpp 549 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
567 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
568 FTy = FunctionType::get(Builder.getVoidTy(),
640 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
651 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
661 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
670 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
675 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
680 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
699 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false)
    [all...]
AddressSanitizer.cpp     [all...]
ProfilingUtils.cpp 137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
  /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 127 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 366 Type::getVoidTy(F->getContext()), NULL);
SjLjEHPrepare.cpp 104 Type::getVoidTy(M.getContext()),
109 Type::getVoidTy(M.getContext()),
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 138 FunctionType::get(Type::getVoidTy(C), Params, /*isVarArg=*/false),
420 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
  /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 379 static Type *getVoidTy(LLVMContext &C);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 183 Type::getVoidTy(*DAG.getContext()), // return type
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 151 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 222 llvm::FunctionType::get(llvm::Type::getVoidTy(*C), ParamTys, false);
442 llvm::FunctionType::get(llvm::Type::getVoidTy(*C), ParamTys, false);
  /external/llvm/examples/BrainF/
BrainF.cpp 76 getOrInsertFunction("brainf", Type::getVoidTy(C), NULL));
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 114 Void = Type::getVoidTy(Context);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 66 CallLoweringInfo CLI(Chain, Type::getVoidTy(*DAG.getContext()),

Completed in 1550 milliseconds

1 2 3