Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp137 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 DFuzzerIOPosix.cpp135 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 DPPCallbacks.cpp17 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 DHeaderIncludes.h42 std::string FileName; variable
94 std::string FileName; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp34 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 DHeaderIncludes.cpp41 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 DCommandLineSourceLoc.h25 std::string FileName; member
62 std::string FileName; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
116 StringRef FileName, in addInlineSite()
/freebsd-13.1/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.cpp176 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 DDependencyGraph.cpp71 StringRef FileName, in InclusionDirective()
118 StringRef FileName = AllFiles[I]->getName(); in OutputGraphFile() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2412 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 DClangFormat.cpp182 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 DCodeViewYAMLDebugSections.h75 StringRef FileName; member
85 StringRef FileName; member
100 StringRef FileName; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp280 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 DWasmObjcopy.cpp116 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 DCOFFObjcopy.cpp51 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 DExecutionUtils.cpp227 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 DPDBSymbolCompiland.cpp94 std::string FileName = File->getFileName(); in getSourceFileFullPath() local
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile()
H A DProfileList.cpp106 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp103 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 DELFDump.cpp210 static void printProgramHeaders(const ELFFile<ELFT> &Obj, StringRef FileName) { in printProgramHeaders()
339 StringRef FileName) { in printSymbolVersionInfo()

123456