Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h29 StringRef getFilename() { return Filename; } in getFilename() function
65 StringRef getFilename() { return Installer.getFilename(); } in getFilename() function
H A DSourceMgr.h307 StringRef getFilename() const { return Filename; } in getFilename() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h57 std::optional<StringRef> getFilename() const { in getFilename() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h70 StringRef getFilename() const { return Filename; } in getFilename() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h103 StringRef getFilename(unsigned ID) const { in getFilename() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h83 const char *getFilename() const { in getFilename() function
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h73 const char *getFilename() const { return Filename; } in getFilename() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp184 StringRef LVReader::getFilename(LVObject *Object, size_t Index) const { in getFilename() function in LVReader
H A DLVScope.cpp1288 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { getFilename() function in LVScopeCompileUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h236 StringRef getFilename() const { return InputFilename; } in getFilename() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h657 StringRef getFilename() const { return getStringOperand(0); } in getFilename() function
685 StringRef DIScope::getFilename() const { in getFilename() function
2026 StringRef getFilename() const { return getScope()->getFilename(); } in getFilename() function
2688 StringRef getFilename() const { in getFilename() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp353 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename() function in GCOVFunction
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp388 static inline StringRef getFilename(const InputFile *file) { in getFilename() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp213 static SmallString<128> getFilename(const DISubprogram *SP) { in getFilename() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp474 auto getFilename = [this](StringRef filename) -> StringRef { in findFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h900 StringRef getFilename() const { return Filename; } in getFilename() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp970 StringRef SourceManager::getFilename(SourceLocation SpellingLoc) const { in getFilename() function in SourceManager
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9885 std::string const& Config::getFilename() const { in getFilename() function in Catch::Config