HomeSort by relevance Sort by last modified time
    Searched defs:getVoidTy (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/IR/
Type.cpp 28 case VoidTyID : return getVoidTy(C);
154 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 27 case VoidTyID : return getVoidTy(C);
200 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; }
  /external/llvm/include/llvm/IR/
IRBuilder.h 363 Type *getVoidTy() {
364 return Type::getVoidTy(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 259 /// getVoidTy - Fetch the type representing void.
260 Type *getVoidTy() {
261 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 381 Type *getVoidTy() {
382 return Type::getVoidTy(Context);
    [all...]

Completed in 329 milliseconds