reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/DebugInfoMetadata.h
  409   inline StringRef getFilename() const;

References

examples/Kaleidoscope/Chapter9/toy.cpp
 1241   DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(),
include/llvm/IR/DebugInfoMetadata.h
 1451   StringRef getFilename() const { return getScope()->getFilename(); }
lib/Analysis/ModuleDebugInfoPrinter.cpp
   80     printFile(O, CU->getFilename(), CU->getDirectory());
   86     printFile(O, S->getFilename(), S->getDirectory(), S->getLine());
  105     printFile(O, T->getFilename(), T->getDirectory(), T->getLine());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  870                   SP->getFilename() + Twine(':') + Twine(SP->getLine()));
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  794   StringRef FN = DIUnit->getFilename();
  869         CompilationDir, DIUnit->getFilename(),
 1747     Fn = Scope->getFilename();
 2860       DIUnit->getDirectory(), DIUnit->getFilename(),
lib/CodeGen/LiveDebugVariables.cpp
  488   CommentOS << Scope->getFilename();
lib/IR/Core.cpp
 1257       S = DSP->getFilename();
lib/IR/DebugLoc.cpp
  124   OS << Scope->getFilename();
lib/Transforms/IPO/SampleProfile.cpp
 1644           F.getSubprogram()->getFilename(), getFunctionLoc(F),
 1657           F.getSubprogram()->getFilename(), getFunctionLoc(F),
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  192   StringRef RelPath = SP->getFilename();
  196     sys::path::append(Path, SP->getDirectory(), SP->getFilename());
  552   SmallString<128> Filename = CU->getFilename();
tools/polly/lib/Support/ScopLocation.cpp
   35         FileName = Scope->getFilename();