Home
last modified time | relevance | path

Searched refs:getMetadataTy (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp50 case MetadataTyID : return getMetadataTy(C); in getPrimitiveType()
192 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() function in Type
H A DMetadata.cpp110 Entry = new MetadataAsValue(Type::getMetadataTy(Context), MD); in get()
H A DFunction.cpp1204 case IITDescriptor::Metadata: return Type::getMetadataTy(Context); in DecodeFixedType()
H A DCore.cpp833 return wrap(Type::getMetadataTy(*unwrap(C))); in LLVMMetadataTypeInContext()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h418 static Type *getMetadataTy(LLVMContext &C);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp519 case MVT::Metadata: return Type::getMetadataTy(Context); in getTypeForEVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp847 TYPEKEYWORD("metadata", Type::getMetadataTy(Context)); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp418 EnumerateType(Type::getMetadataTy(M.getContext())); in ValueEnumerator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1749 ResultTy = Type::getMetadataTy(Context); in parseTypeTableBody()