Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h57 std::optional<StringRef> getFilename() const { in getFilename() function
/llvm-project/bolt/include/bolt/Profile/
H A DProfileReaderBase.h44 StringRef getFilename() const { return Filename; } in getFilename() function
/llvm-project/mlir/include/mlir/Tools/Plugins/
H A DPassPlugin.h68 StringRef getFilename() const { return filename; } in getFilename() function
H A DDialectPlugin.h61 StringRef getFilename() const { return filename; } in getFilename() function
/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h70 StringRef getFilename() const { return Filename; } in getFilename() function
/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h103 StringRef getFilename(unsigned ID) const { in getFilename() function
/llvm-project/offload/include/Shared/
H A DSourceInfo.h96 const char *getFilename() const { return Filename.c_str(); } in getFilename() function
/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h83 const char *getFilename() const { in getFilename() function
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h73 const char *getFilename() const { return Filename; } in getFilename() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp184 StringRef LVReader::getFilename(LVObject *Object, size_t Index) const { getFilename() function in LVReader
H A DLVScope.cpp1280 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { in getFilename() function in LVScopeCompileUnit
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h236 StringRef getFilename() const { return InputFilename; } in getFilename() function
/llvm-project/lldb/examples/python/
H A Dpytracer.py61 def getFilename(self): member in CodeFancy
/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(); } getFilename() function
2688 StringRef getFilename() const { getFilename() function
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp353 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } in getFilename() function in GCOVFunction
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h351 StringRef getFilename() const { return Filename; } getFilename() function
/llvm-project/lld/ELF/
H A DLinkerScript.cpp386 static inline StringRef getFilename(const InputFile *file) { getFilename() function
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp213 static SmallString<128> getFilename(const DISubprogram *SP) { getFilename() function
/llvm-project/lld/COFF/
H A DDriver.cpp474 auto getFilename = [this](StringRef filename) -> StringRef { findFile() local
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h900 StringRef getFilename() const { return Filename; } getFilename() function
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp970 StringRef SourceManager::getFilename(SourceLocation SpellingLoc) const { getFilename() function in SourceManager