Home
last modified time | relevance | path

Searched defs:FileName (Results 1 – 25 of 174) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local
247 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive()
262 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName()
272 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir()
287 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare()
312 static size_t ParseLocation(const std::string &FileName) { in ParseLocation()
345 std::string DirName(const std::string &FileName) { in DirName()
390 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
H A DFuzzerIOPosix.cpp135 std::string DirName(const std::string &FileName) { in DirName()
149 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFFile.h
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp16 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
23 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp167 std::error_code cleanUpTempFilesImpl(ArrayRef<std::string> FileName, in cleanUpTempFilesImpl()
180 SmallVector<std::string> &FileName) { in prepareTempFiles()
211 std::error_code llvm::cleanUpTempFiles(ArrayRef<std::string> FileName) { in cleanUpTempFiles()
222 static SmallVector<std::string> FileName{"", "", ""}; in doSystemDiff() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAutoConvert.cpp99 ErrorOr<__ccsid_t> llvm::getzOSFileTag(const char *FileName, const int FD) { in getzOSFileTag()
118 ErrorOr<bool> llvm::needzOSConversion(const char *FileName, const int FD) { in needzOSConversion()
H A DProcess.cpp34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath()
39 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, in FindInEnvPath()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h44 std::string FileName; variable
105 std::string FileName; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp40 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
81 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments()
158 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
191 StringRef FileName) in IncludeCategoryManager()
280 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp60 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile()
65 bool NoSanitizeList::containsMainFile(SanitizerMask Mask, StringRef FileName, in containsMainFile()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h26 std::string FileName; member
66 std::string FileName; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
117 StringRef FileName, in addInlineSite()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp104 StringRef FileName, in findEquivalent()
195 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
H A DTooling.cpp181 const Twine &Code, const Twine &FileName, in runToolOnCode()
194 StringRef FileName) { in getSyntaxOnlyToolArgs()
209 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs()
226 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs()
681 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode()
688 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h76 StringRef FileName; member
86 StringRef FileName; member
101 StringRef FileName; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h96 virtual bool EmbedFileNotFound(StringRef FileName) { return false; } in EmbedFileNotFound()
112 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective()
124 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound()
170 const Token &IncludeTok, StringRef FileName, in InclusionDirective()
367 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
501 bool EmbedFileNotFound(StringRef FileName) override { in EmbedFileNotFound()
509 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective()
516 bool FileNotFound(StringRef FileName) override { in FileNotFound()
525 StringRef FileName, bool IsAngled, in InclusionDirective()
617 void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp74 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
135 StringRef FileName = AllFiles[I].getName(); in OutputGraphFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h47 std::string FileName; member
61 StringRef FileName; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp28 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp56 Environment::make(StringRef Code, StringRef FileName, in make()
76 Environment::Environment(StringRef Code, StringRef FileName, in Environment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h28 SmallString<128> FileName; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h82 StringRef FileName; variable
120 StringRef FileName; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp287 std::string FunctionName, FileName; in symbolizeCode() local
320 std::string FunctionName, FileName; in symbolizeInlinedCode() local
341 std::string FileName; in symbolizeData() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp98 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule()
284 ModuleManager::addInMemoryBuffer(StringRef FileName, in addInMemoryBuffer()
437 bool ModuleManager::lookupModuleFile(StringRef FileName, off_t ExpectedSize, in lookupModuleFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp94 std::string FileName = File->getFileName(); in getSourceFileFullPath() local

1234567