Searched refs:getTokenTy (Results 1 - 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
H A D | Type.h | 384 static Type *getTokenTy(LLVMContext &C);
|
H A D | Constants.h | 811 : Constant(Type::getTokenTy(Context), ConstantTokenNoneVal, nullptr, 0) {}
|
/external/llvm/lib/IR/ |
H A D | Type.cpp | 38 case TokenTyID : return getTokenTy(C); 224 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } function in class:Type
|
H A D | Function.cpp | 765 case IITDescriptor::Token: return Type::getTokenTy(Context);
|
H A D | Core.cpp | 372 return (LLVMTypeRef) Type::getTokenTy(*unwrap(C));
|
/external/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 705 TYPEKEYWORD("token", Type::getTokenTy(Context));
|
H A D | LLParser.cpp | 5179 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) 5208 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) 5233 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) 5282 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) 5305 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS))
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1501 ResultTy = Type::getTokenTy(Context); 4438 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); 4457 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); 4476 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); 4515 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context));
|
Completed in 621 milliseconds