/llvm-project/llvm/include/llvm/Support/ |
H A D | ToolOutputFile.h | 29 StringRef getFilename() { return Filename; } in getFilename() function 65 StringRef getFilename() { return Installer.getFilename(); } in getFilename() function
|
H A D | SourceMgr.h | 307 StringRef getFilename() const { return Filename; } in getFilename() function
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkStreamer.h | 57 std::optional<StringRef> getFilename() const { in getFilename() function
|
/llvm-project/bolt/include/bolt/Profile/ |
H A D | ProfileReaderBase.h | 44 StringRef getFilename() const { return Filename; } in getFilename() function
|
/llvm-project/mlir/include/mlir/Tools/Plugins/ |
H A D | PassPlugin.h | 68 StringRef getFilename() const { return filename; } in getFilename() function
|
H A D | DialectPlugin.h | 61 StringRef getFilename() const { return filename; } in getFilename() function
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassPlugin.h | 70 StringRef getFilename() const { return Filename; } in getFilename() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManagerInternals.h | 103 StringRef getFilename(unsigned ID) const { in getFilename() function
|
/llvm-project/offload/include/Shared/ |
H A D | SourceInfo.h | 96 const char *getFilename() const { return Filename.c_str(); } in getFilename() function
|
/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 83 const char *getFilename() const { in getFilename() function
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 73 const char *getFilename() const { return Filename; } in getFilename() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 184 StringRef LVReader::getFilename(LVObject *Object, size_t Index) const { getFilename() function in LVReader
|
H A D | LVScope.cpp | 1280 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { in getFilename() function in LVScopeCompileUnit
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 236 StringRef getFilename() const { return InputFilename; } in getFilename() function
|
/llvm-project/lldb/examples/python/ |
H A D | pytracer.py | 61 def getFilename(self): member in CodeFancy
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 657 StringRef getFilename() const { return getStringOperand(0); } in getFilename() function 685 StringRef DIScope::getFilename() const { in getFilename() function 2026 StringRef getFilename() const { return getScope()->getFilename(); } getFilename() function 2688 StringRef getFilename() const { getFilename() function [all...] |
/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 353 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename() function in GCOVFunction
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryContext.h | 351 StringRef getFilename() const { return Filename; } getFilename() function
|
/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 386 static inline StringRef getFilename(const InputFile *file) { getFilename() function
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 213 static SmallString<128> getFilename(const DISubprogram *SP) { getFilename() function
|
/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 474 auto getFilename = [this](StringRef filename) -> StringRef { findFile() local
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 900 StringRef getFilename() const { return Filename; } getFilename() function
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 970 StringRef SourceManager::getFilename(SourceLocation SpellingLoc) const { getFilename() function in SourceManager
|