reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3236 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
lib/IR/AsmWriter.cpp 2043 Printer.printMetadata("file", N->getRawFile(), /* ShouldSkipNull */ false);
lib/IR/LLVMContextImpl.h1124 : MIType(N->getMacinfoType()), Line(N->getLine()), File(N->getRawFile()), 1129 File == RHS->getRawFile() && Elements == RHS->getRawElements();lib/IR/Verifier.cpp
1201 if (auto *F = N.getRawFile())