Home
last modified time | relevance | path

Searched defs:FileName (Results 1 – 25 of 153) 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.cpp134 std::string DirName(const std::string &FileName) { in DirName()
148 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.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp159 std::error_code cleanUpTempFilesImpl(ArrayRef<std::string> FileName, in cleanUpTempFilesImpl() argument
172 SmallVector<std::string> &FileName) { in prepareTempFiles() argument
203 std::error_code llvm::cleanUpTempFiles(ArrayRef<std::string> FileName) { in cleanUpTempFiles() argument
214 static SmallVector<std::string> FileName{"", "", ""}; doSystemDiff() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile()
50 bool NoSanitizeList::containsMainFile(SanitizerMask Mask, StringRef FileName, in containsMainFile()
/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.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
82 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments()
159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
192 StringRef FileName) in IncludeCategoryManager()
281 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp35 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath()
40 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, in FindInEnvPath()
H A DDynamicLibrary.cpp165 DynamicLibrary DynamicLibrary::getPermanentLibrary(const char *FileName, in getPermanentLibrary()
189 DynamicLibrary DynamicLibrary::getLibrary(const char *FileName, in getLibrary()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h26 std::string FileName; member
63 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.cpp105 StringRef FileName, in findEquivalent()
196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
H A DTooling.cpp184 const Twine &Code, const Twine &FileName, in runToolOnCode()
197 StringRef FileName) { in getSyntaxOnlyToolArgs()
212 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs()
229 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs()
682 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode()
689 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h75 StringRef FileName; member
85 StringRef FileName; member
100 StringRef FileName; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h95 virtual bool EmbedFileNotFound(StringRef FileName) { return false; } in EmbedFileNotFound()
111 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective()
123 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound()
169 const Token &IncludeTok, StringRef FileName, in InclusionDirective()
366 virtual void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled, in HasEmbed()
500 bool EmbedFileNotFound(StringRef FileName) override { in EmbedFileNotFound()
508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective()
515 bool FileNotFound(StringRef FileName) override { in FileNotFound()
524 StringRef FileName, bool IsAngled, in InclusionDirective()
616 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/clang/lib/Format/
H A DTokenAnalyzer.cpp59 Environment::make(StringRef Code, StringRef FileName, in make()
79 Environment::Environment(StringRef Code, StringRef FileName, in Environment()
H A DFormat.cpp3077 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes()
3178 StringRef FileName, in sortCppIncludes()
3313 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortJavaImports()
3395 StringRef FileName, in sortJavaImports()
3456 StringRef FileName, unsigned *Cursor) { in sortIncludes()
3486 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() local
3501 StringRef FileName) -> tooling::Replacements { in formatReplacements()
3513 StringRef FileName) -> tooling::Replacements { in formatReplacements()
3559 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions() local
3611 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements()
[all …]
/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/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp285 std::string FunctionName, FileName; in symbolizeCode() local
313 std::string FunctionName, FileName; in symbolizeInlinedCode() local
332 std::string FileName; in symbolizeData() local
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h67 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError()
82 std::string FileName; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp95 std::string FileName = File->getFileName(); in getSourceFileFullPath() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp57 void MCObjectWriter::addFileName(MCAssembler &Asm, StringRef FileName) { in addFileName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp52 StringRef FileName = sys::path::filename(File); in createGnuDebugLinkSectionContents() local
134 static Error dumpSection(Object &O, StringRef SectionName, StringRef FileName) { in dumpSection() argument

1234567