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

  /external/llvm/include/llvm/IR/
Type.h 55 VoidTyID = 0, ///< 0: type with no size
127 bool isVoidTy() const { return getTypeID() == VoidTyID; }
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 106 case Type::VoidTyID:
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 65 case Type::VoidTyID: return 'V';
114 case Type::VoidTyID: return &ffi_type_void;
221 if (RetTy->getTypeID() != Type::VoidTyID)
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 24 VoidTy(C, Type::VoidTyID),
ValueTypes.cpp 281 case Type::VoidTyID:
Type.cpp 28 case VoidTyID : return getVoidTy(C);
AsmWriter.cpp 457 case Type::VoidTyID: OS << "void"; return;
    [all...]
Core.cpp 233 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 557 case Type::VoidTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 186 case Type::VoidTyID: return "void_";
378 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 350 if (Ty->getTypeID() == Type::VoidTyID)
    [all...]
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 267 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 252 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 408 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]

Completed in 799 milliseconds