Home
last modified time | relevance | path

Searched defs:getFilename (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DToolOutputFile.h38 StringRef getFilename() { return Filename; } in getFilename() function
62 StringRef getFilename() { return Installer.getFilename(); } in getFilename() function
H A DSourceMgr.h277 StringRef getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h55 Optional<StringRef> getFilename() const { in getFilename() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassPlugin.h70 StringRef getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManagerInternals.h103 StringRef getFilename(unsigned ID) const { in getFilename() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h83 const char *getFilename() const { in getFilename() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d172 string getFilename() in getFilename() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d168 string getFilename() in getFilename() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.h74 const char *getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h73 const char *getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h72 const char *getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h614 StringRef getFilename() const { return getStringOperand(0); } in getFilename() function
639 StringRef DIScope::getFilename() const { in getFilename() function
1625 StringRef getFilename() const { return getScope()->getFilename(); } in getFilename() function
2516 StringRef getFilename() const { in getFilename() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d97 private const(char)[] getFilename(Identifier[] packages, Identifier ident) nothrow in getFilename() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp340 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename() function in GCOVFunction
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h545 StringRef getFilename() const { return Filename; } in getFilename() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp266 static SmallString<128> getFilename(const DISubprogram *SP) { in getFilename() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1016 StringRef SourceManager::getFilename(SourceLocation SpellingLoc) const { in getFilename() function in SourceManager