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 55 VoidTyID = 0, ///< 0: type with no size
140 bool isVoidTy() const { return getTypeID() == VoidTyID; }
252 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
260 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 193 case Type::VoidTyID: OS << "void"; break;
    [all...]
Core.cpp 169 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 304 case Type::VoidTyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 473 case Type::VoidTyID:
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 233 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 422 if (Ty->getTypeID() == Type::VoidTyID)
    [all...]
NVPTXISelLowering.cpp 358 if (retTy->getTypeID() == Type::VoidTyID) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 386 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 314 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 254 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 7310 milliseconds