Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h39 StringRef getFilename() { return Filename; } getFilename() function
63 StringRef getFilename() { return Installer.getFilename(); } getFilename() function
H A DSourceMgr.h307 StringRef getFilename() const { return Filename; } in getFilename() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h57 std::optional<StringRef> getFilename() const { in getFilename() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h70 StringRef getFilename() const { return Filename; } in getFilename() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h103 StringRef getFilename(unsigned ID) const { in getFilename() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h83 const char *getFilename() const { in getFilename() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h73 const char *getFilename() const { return Filename; } in getFilename() function
/freebsd-src/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.cpp1280 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { in getFilename() function in LVScopeCompileUnit
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h236 StringRef getFilename() const { return InputFilename; } in getFilename() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h656 StringRef getFilename() const { return getStringOperand(0); } getFilename() function
684 StringRef DIScope::getFilename() const { getFilename() function
1968 StringRef getFilename() const { return getScope()->getFilename(); } getFilename() function
2623 StringRef getFilename() const { getFilename() function
[all...]
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp392 static inline StringRef getFilename(const InputFile *file) { getFilename() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp353 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename() function in GCOVFunction
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp213 static SmallString<128> getFilename(const DISubprogram *SP) { in getFilename() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp483 auto getFilename = [this](StringRef filename) -> StringRef { findFile() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h807 StringRef getFilename() const { return Filename; } getFilename() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp955 StringRef SourceManager::getFilename(SourceLocation SpellingLoc) const { getFilename() function in SourceManager
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp9885 std::string const& Config::getFilename() const { in getFilename() function in Catch::Config