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

  /external/llvm/include/llvm/IR/
Type.h 65 TokenTyID, ///< 10: Tokens
182 bool isTokenTy() const { return getTypeID() == TokenTyID; }
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 30 TokenTy(C, Type::TokenTyID),
Type.cpp 38 case TokenTyID : return getTokenTy(C);
AsmWriter.cpp 467 case Type::TokenTyID: OS << "token"; return;
    [all...]
Constants.cpp 225 case Type::TokenTyID:
    [all...]
Core.cpp 265 case Type::TokenTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 418 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break;
    [all...]

Completed in 401 milliseconds