Searched refs:getTokenTy (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Type.h | 462 static Type *getTokenTy(LLVMContext &C);
|
| D | Constants.h | 830 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Type.cpp | 50 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 231 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
| D | Core.cpp | 850 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext() 3176 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad() 3191 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
|
| D | Function.cpp | 1377 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 809 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
| D | LLParser.cpp | 6804 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet() 6833 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet() 6857 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch() 6905 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad() 6928 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 2341 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody() 5289 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5309 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5329 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody() 5370 Type *TokenTy = Type::getTokenTy(Context); in parseFunctionBody()
|