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