Searched refs:getTokenTy (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/IR/ |
D | Type.cpp | 38 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 160 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
D | Function.cpp | 792 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
D | Core.cpp | 452 return (LLVMTypeRef) Type::getTokenTy(*unwrap(C)); in LLVMTokenTypeInContext()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 387 static Type *getTokenTy(LLVMContext &C);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 376 static Type *getTokenTy(LLVMContext &C);
|
D | Constants.h | 772 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 720 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
D | LLParser.cpp | 5398 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet() 5427 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet() 5452 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch() 5501 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in ParseCatchPad() 5524 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCleanupPad()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1663 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody() 4876 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody() 4895 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody() 4914 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody() 4953 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
|