/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOWindows.cpp | 137 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 D | FuzzerIOPosix.cpp | 134 std::string DirName(const std::string &FileName) { in DirName() 148 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFFile.h | 32 : FileName(Name), Dwarf(std::move(Dwarf)), in FileName() function 36 StringRef FileName; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPCallbacks.cpp | 17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude() 24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 159 std::error_code cleanUpTempFilesImpl(ArrayRef<std::string> FileName, in cleanUpTempFilesImpl() 172 SmallVector<std::string> &FileName) { in prepareTempFiles() 203 std::error_code llvm::cleanUpTempFiles(ArrayRef<std::string> FileName) { in cleanUpTempFiles() 214 static SmallVector<std::string> FileName{"", "", ""}; in doSystemDiff() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | NoSanitizeList.cpp | 45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile() 50 bool NoSanitizeList::containsMainFile(SanitizerMask Mask, StringRef FileName, in containsMainFile()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | HeaderIncludes.h | 44 std::string FileName; variable 105 std::string FileName; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 35 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() argument 40 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, in FindInEnvPath() argument
|
H A D | DynamicLibrary.cpp | 165 DynamicLibrary DynamicLibrary::getPermanentLibrary(const char *FileName, in getPermanentLibrary() 189 DynamicLibrary DynamicLibrary::getLibrary(const char *FileName, in getLibrary()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() argument 82 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments() argument 159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset() argument 192 StringRef FileName) in IncludeCategoryManager() argument 271 HeaderIncludes(StringRef FileName,StringRef Code,const IncludeStyle & Style) HeaderIncludes() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 26 std::string FileName; member 63 std::string FileName; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 117 StringRef FileName, in addInlineSite()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 105 StringRef FileName, in findEquivalent() 196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
|
H A D | Tooling.cpp | 184 const Twine &Code, const Twine &FileName, in runToolOnCode() argument 197 StringRef FileName) { in getSyntaxOnlyToolArgs() argument 212 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() argument 229 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() argument 682 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode() argument 689 buildASTFromCodeWithArgs(StringRef Code,const std::vector<std::string> & Args,StringRef FileName,StringRef ToolName,std::shared_ptr<PCHContainerOperations> PCHContainerOps,ArgumentsAdjuster Adjuster,const FileContentMappings & VirtualMappedFiles,DiagnosticConsumer * DiagConsumer) buildASTFromCodeWithArgs() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 69 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * Imported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument 112 StringRef FileName = AllFiles[I].getName(); OutputGraphFile() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 75 StringRef FileName; member 85 StringRef FileName; member 100 StringRef FileName; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSourceFile.cpp | 28 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 59 Environment::make(StringRef Code, StringRef FileName, in make() argument 79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() argument
|
H A D | Format.cpp | 3044 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3142 sortCppIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument 3270 sortJavaImports(const FormatStyle & Style,const SmallVectorImpl<JavaImportDirective> & Imports,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces) sortJavaImports() argument 3352 sortJavaImports(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,tooling::Replacements & Replaces) sortJavaImports() argument 3413 sortIncludes(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,unsigned * Cursor) sortIncludes() argument 3443 StringRef FileName = Replaces.begin()->getFilePath(); processReplacements() local 3458 __anon79e69e6d0a02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument 3470 __anon79e69e6d0b02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) formatReplacements() argument 3516 StringRef FileName = Replaces.begin()->getFilePath(); fixCppIncludeInsertions() local 3569 __anon79e69e6d0d02(const FormatStyle &Style, StringRef Code, std::vector<tooling::Range> Ranges, StringRef FileName) cleanupAroundReplacements() argument 3582 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument 3768 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,FormattingAttemptStatus * Status) reformat() argument 3779 cleanup(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) cleanup() argument 3791 reformat(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName,bool * IncompleteFormat) reformat() argument 3802 fixNamespaceEndComments(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) fixNamespaceEndComments() argument 3812 sortUsingDeclarations(const FormatStyle & Style,StringRef Code,ArrayRef<tooling::Range> Ranges,StringRef FileName) sortUsingDeclarations() argument 3864 getLanguageByFileName(StringRef FileName) getLanguageByFileName() argument 3899 guessLanguage(StringRef FileName,StringRef Code) guessLanguage() argument 3934 getStyle(StringRef StyleName,StringRef FileName,StringRef FallbackStyleName,StringRef Code,llvm::vfs::FileSystem * FS,bool AllowUnknownOptions) getStyle() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 285 std::string FunctionName, FileName; in symbolizeCode() local 313 std::string FunctionName, FileName; in symbolizeInlinedCode() local 332 std::string FileName; symbolizeData() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 99 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() 280 ModuleManager::addInMemoryBuffer(StringRef FileName, in addInMemoryBuffer() 434 bool ModuleManager::lookupModuleFile(StringRef FileName, off_t ExpectedSize, in lookupModuleFile()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 95 std::string FileName = File->getFileName(); in getSourceFileFullPath() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CrossTU/ |
H A D | CrossTranslationUnit.h | 67 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError() 82 std::string FileName; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 52 StringRef FileName = sys::path::filename(File); in createGnuDebugLinkSectionContents() local 134 static Error dumpSection(Object &O, StringRef SectionName, StringRef FileName) { in dumpSection()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | GlobalModuleIndex.h | 76 std::string FileName; member
|