Searched defs:getMetadataTy (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/VMCore/ | ||
H A D | Type.cpp | 35 case MetadataTyID : return getMetadataTy(C); 253 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } function in class:Type |
Completed in 159 milliseconds