Searched defs:getMetadataTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp36 case MetadataTyID : return getMetadataTy(C);
159 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } function in class:Type
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp34 case MetadataTyID : return getMetadataTy(C);
204 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } function in class:Type

Completed in 5362 milliseconds