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 56 VoidTyID = 0, ///< 0: type with no size
137 bool isVoidTy() const { return getTypeID() == VoidTyID; }
243 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 24 VoidTy(C, Type::VoidTyID),
ValueTypes.cpp 252 case Type::VoidTyID:
Type.cpp 28 case VoidTyID : return getVoidTy(C);
AsmWriter.cpp 198 case Type::VoidTyID: OS << "void"; return;
    [all...]
Core.cpp 231 case Type::VoidTyID:
    [all...]
  /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/ExecutionEngine/JIT/
JIT.cpp 321 case Type::VoidTyID:
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 511 case Type::VoidTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 183 case Type::VoidTyID: return "void_";
375 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 643 case Type::VoidTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 391 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 714 if (Ty->getTypeID() == Type::VoidTyID)
    [all...]
NVPTXISelLowering.cpp 506 if (retTy->getTypeID() == Type::VoidTyID) {
    [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 1095 milliseconds