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

/external/llvm/include/llvm/IR/
H A DDebugInfo.h46 class DIFile;
412 /// DIFile - This is a wrapper for a file.
413 class DIFile : public DIScope { class in namespace:llvm
417 explicit DIFile(const MDNode *N = nullptr) : DIScope(N) {} function in class:llvm::DIFile
591 StringRef getFilename() const { return getFieldAs<DIFile>(4).getFilename(); }
593 return getFieldAs<DIFile>(4).getDirectory();
610 StringRef getFilename() const { return getFieldAs<DIFile>(5).getFilename(); }
612 return getFieldAs<DIFile>(5).getDirectory();
631 StringRef getFilename() const { return getFieldAs<DIFile>(6).getFilename(); }
633 return getFieldAs<DIFile>(
[all...]

Completed in 51 milliseconds