Searched defs:getFilename (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStreamer.h55 Optional<StringRef> getFilename() const { function in class:llvm::remarks::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h70 StringRef getFilename() const { return Filename; } function in class:llvm::PassPlugin
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h103 StringRef getFilename(unsigned ID) const { function in class:clang::LineTableInfo
H A DSourceLocation.h321 const char *getFilename() const { function in class:clang::SourceLocation::PresumedLoc
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h83 const char *getFilename() const { function in class:clang::driver::InputInfo
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h73 const char *getFilename() const { return Filename; } function in class:__ubsan::SourceLocation
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h272 StringRef getFilename() const { return Filename; } function in class:llvm::SMDiagnostic
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp323 static std::string getFilename(InputFile *file) { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp266 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; } function in class:GCOVFunction
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h492 StringRef getFilename() const { return Filename; } function in class:llvm::coverage::CoverageData
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h558 StringRef getFilename() const { return getStringOperand(0); } function in class:llvm::DIFile
583 StringRef DIScope::getFilename() const { function in class:llvm::DIScope
1489 StringRef getFilename() const { return getScope()->getFilename(); } function in class:llvm::DICompileUnit::DILocation
[all...]

Completed in 214 milliseconds