| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local 248 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive() 263 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName() 273 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir() 288 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare() 314 static size_t ParseLocation(const std::string &FileName) { in ParseLocation() 347 std::string DirName(const std::string &FileName) { in DirName() 392 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
| H A D | FuzzerIOPosix.cpp | 135 std::string DirName(const std::string &FileName) { in DirName() 149 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 42 std::string FileName; variable 94 std::string FileName; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Process.cpp | 34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() 39 StringRef FileName, in FindInEnvPath()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 41 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() 268 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 25 std::string FileName; member 62 std::string FileName; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 116 StringRef FileName, in addInlineSite()
|
| /freebsd-13.1/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 | 176 const Twine &Code, const Twine &FileName, in runToolOnCode() 189 StringRef FileName) { in getSyntaxOnlyToolArgs() 204 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() 221 const std::vector<std::string> &Args, const Twine &FileName, in runToolOnCodeWithArgs() 636 buildASTFromCode(StringRef Code, StringRef FileName, in buildASTFromCode() 643 StringRef Code, const std::vector<std::string> &Args, StringRef FileName, in buildASTFromCodeWithArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 71 StringRef FileName, in InclusionDirective() 118 StringRef FileName = AllFiles[I]->getName(); in OutputGraphFile() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2412 StringRef FileName, in sortCppIncludes() 2593 StringRef FileName, in sortJavaImports() 2684 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() local 2699 StringRef FileName) -> tooling::Replacements { in formatReplacements() 2711 StringRef FileName) -> tooling::Replacements { in formatReplacements() 2757 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions() local 2809 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements() 2913 StringRef FileName, in reformat() 2924 StringRef FileName) { in cleanup() 2944 StringRef FileName) { in fixNamespaceEndComments() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 182 static FileID createInMemoryFile(StringRef FileName, MemoryBufferRef Source, in createInMemoryFile() 357 static bool format(StringRef FileName) { in format() 482 StringRef FileName; in dumpConfig() local 548 for (const auto &FileName : FileNames) { in main() local
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSourceFile.cpp | 25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 280 std::string FunctionName, FileName; in symbolizeCode() local 308 std::string FunctionName, FileName; in symbolizeInlinedCode() local 327 std::string FileName; in symbolizeData() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| H A D | WasmObjcopy.cpp | 116 StringRef FileName; in handleArgs() local 125 StringRef SecName, FileName; in handleArgs() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | COFFObjcopy.cpp | 51 StringRef FileName = sys::path::filename(File); in createGnuDebugLinkSectionContents() local 233 StringRef SecName, FileName; in handleArgs() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 227 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() 272 StaticLibraryDefinitionGenerator::Load(ObjectLayer &L, const char *FileName) { in Load() 282 StaticLibraryDefinitionGenerator::Load(ObjectLayer &L, const char *FileName, in Load()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.cpp | 94 std::string FileName = File->getFileName(); in getSourceFileFullPath() local
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | NoSanitizeList.cpp | 45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile()
|
| H A D | ProfileList.cpp | 106 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 103 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() 301 ModuleManager::addInMemoryBuffer(StringRef FileName, in addInMemoryBuffer() 461 bool ModuleManager::lookupModuleFile(StringRef FileName, off_t ExpectedSize, in lookupModuleFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 210 static void printProgramHeaders(const ELFFile<ELFT> &Obj, StringRef FileName) { in printProgramHeaders() 339 StringRef FileName) { in printSymbolVersionInfo()
|