HomeSort by relevance Sort by last modified time
    Searched refs:VoidTyID (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 53 VoidTyID = 0, ///< 0: type with no size
138 bool isVoidTy() const { return getTypeID() == VoidTyID; }
250 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
258 return (getTypeID() != VoidTyID && isPrimitiveType()) ||
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 65 case Type::VoidTyID: return 'V';
115 case Type::VoidTyID: return &ffi_type_void;
223 if (RetTy->getTypeID() != Type::VoidTyID)
Execution.cpp     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 23 VoidTy(C, Type::VoidTyID),
ValueTypes.cpp 242 case Type::VoidTyID:
Type.cpp 28 case VoidTyID : return getVoidTy(C);
AsmWriter.cpp 215 case Type::VoidTyID: OS << "void"; break;
    [all...]
Core.cpp 163 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 263 case Type::VoidTyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 473 case Type::VoidTyID:
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 225 case Type::VoidTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 181 case Type::VoidTyID: return "void_";
368 case Type::VoidTyID: return "Type::getVoidTy(mod->getContext())";
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 322 if (Ty->getTypeID() == Type::VoidTyID)
    [all...]
NVPTXISelLowering.cpp 261 if (retTy->getTypeID() == Type::VoidTyID)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 303 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 310 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 250 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 259 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]

Completed in 473 milliseconds