Home
last modified time | relevance | path

Searched refs:getTokenTy (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp53 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
187 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
H A DCore.cpp830 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
3215 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
3231 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
H A DFunction.cpp1191 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h422 static Type *getTokenTy(LLVMContext &C);
H A DConstants.h829 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp849 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
H A DLLParser.cpp6687 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet()
6716 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet()
6740 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch()
6788 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad()
6811 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1785 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
4457 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4476 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4495 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4534 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()