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

12 3 4

  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 213 Type::getVoidTy(FunTy->getContext()), EmptyParams, false);
SjLjEHPrepare.cpp 103 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()),
106 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()),
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 192 Type::getVoidTy(*DAG.getContext()),
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 128 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
  /external/llvm/examples/BrainF/
BrainF.cpp 76 getOrInsertFunction("brainf", Type::getVoidTy(C), NULL));
  /external/llvm/include/llvm/IR/
Type.h 379 static Type *getVoidTy(LLVMContext &C);
TypeBuilder.h 232 return Type::getVoidTy(C);
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 117 Void = Type::getVoidTy(Context);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 68 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 66 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
84 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
187 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
    [all...]
CGObjCGNU.cpp     [all...]
  /art/compiler/llvm/
ir_builder.h 316 return getVoidTy();
  /external/llvm/lib/IR/
ValueTypes.cpp 185 case MVT::isVoid: return Type::getVoidTy(Context);
Function.cpp 649 case IITDescriptor::Void: return Type::getVoidTy(Context);
650 case IITDescriptor::VarArg: return Type::getVoidTy(Context);
Type.cpp 28 case VoidTyID : return getVoidTy(C);
221 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; }
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 396 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 25 FunctionType::get(Type::getVoidTy(getGlobalContext()), params, false);
JITTest.cpp 322 Type::getVoidTy(Context), arg_types, false);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
LegacyPassManagerTest.cpp 428 /*Result=*/Type::getVoidTy(getGlobalContext()),
PatternMatch.cpp 43 FunctionType::get(Type::getVoidTy(Ctx), /* IsVarArg */ false),
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 324 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), NULL);
331 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
336 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
341 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
344 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
388 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
394 PointerType::getUnqual(FunctionType::get(IRB.getVoidTy(), false));
445 "__msan_init", IRB.getVoidTy(), NULL)), 0);
    [all...]
DataFlowSanitizer.cpp 413 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false);
415 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx),
418 Type::getVoidTy(*Ctx), ArrayRef<Type *>(), /*isVarArg=*/false);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 235 EnumerateType(Type::getVoidTy(N->getContext()));
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 240 EnumerateType(Type::getVoidTy(N->getContext()));

Completed in 871 milliseconds

12 3 4