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

1 2 3

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 119 IRB.getVoidTy(), NULL);
123 TsanFuncEntry = M.getOrInsertFunction("__tsan_func_entry", IRB.getVoidTy(),
125 TsanFuncExit = M.getOrInsertFunction("__tsan_func_exit", IRB.getVoidTy(),
130 TsanRead[i] = M.getOrInsertFunction(ReadName, IRB.getVoidTy(),
134 TsanWrite[i] = M.getOrInsertFunction(WriteName, IRB.getVoidTy(),
137 TsanVptrUpdate = M.getOrInsertFunction("__tsan_vptr_update", IRB.getVoidTy(),
AddressSanitizer.cpp 328 FunctionName, IRB.getVoidTy(), IntptrTy, NULL);
507 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
517 FunctionType::get(Type::getVoidTy(*C), false),
522 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy, NULL));
549 FunctionType::get(Type::getVoidTy(*C), false),
557 M.getOrInsertFunction(kAsanInitName, IRB.getVoidTy(), NULL));
703 IRB.getVoidTy(), NULL));
    [all...]
GCOVProfiling.cpp 571 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
581 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
591 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
601 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
607 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
627 FunctionType::get(Type::getVoidTy(*Ctx), false);
ProfilingUtils.cpp 137 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
  /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/VMCore/
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
PassManagerTest.cpp 417 /*Result=*/Type::getVoidTy(getGlobalContext()),
  /external/llvm/unittests/Support/
IRBuilderTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(getGlobalContext()),
TypeBuilderTest.cpp 21 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext())));
22 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext())));
124 EXPECT_EQ(FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false),
  /external/llvm/lib/VMCore/
Instructions.cpp 473 Type *VoidTy = Type::getVoidTy(M->getContext());
588 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
598 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
605 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
612 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
638 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Resume,
644 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
650 : TerminatorInst(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
673 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable,
677 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable
    [all...]
ValueTypes.cpp 154 case MVT::isVoid: return Type::getVoidTy(Context);
  /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 251 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/include/llvm/
Type.h 357 static Type *getVoidTy(LLVMContext &C);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 184 Type::getVoidTy(*DAG.getContext()), // return type
  /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/examples/BrainF/
BrainF.cpp 76 getOrInsertFunction("brainf", Type::getVoidTy(C), NULL));
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 66 TLI.LowerCallTo(Chain, Type::getVoidTy(*DAG.getContext()),
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 179 llvm::FunctionType::get(llvm::Type::getVoidTy(*C), ParamTys, false);
  /external/llvm/include/llvm/Support/
TypeBuilder.h 232 return Type::getVoidTy(C);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 26 FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false);

Completed in 310 milliseconds

1 2 3