reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1790 return cast_or_null<DISubroutineType>(getRawType());
lib/IR/AsmWriter.cpp 1958 Printer.printMetadata("type", N->getRawType());
lib/IR/LLVMContextImpl.h643 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 657 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&lib/IR/Verifier.cpp
1108 if (auto *T = N.getRawType())