Home
last modified time | relevance | path

Searched refs:toVector (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h50 filename.toVector(Filename); in DeleteIt()
70 filename.toVector(Filename);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp36 CacheNameRef.toVector(CacheName); in localCache()
37 TempFilePrefixRef.toVector(TempFilePrefix); in localCache()
38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache()
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
53 toVector(Out); in toNullTerminatedStringRef()
H A DVirtualFileSystem.cpp290 Path.toVector(Storage); in adjustPath()
824 P.toVector(Path); in addFile()
933 P.toVector(Path); in lookupNode()
1032 NewLink.toVector(NewLinkStr); in addSymbolicLink()
1033 Target.toVector(TargetStr); in addSymbolicLink()
1138 P.toVector(Path); in setCurrentWorkingDirectory()
1159 Path.toVector(Output); in getRealPath()
1328 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()
1338 Path_.toVector(Path); in isLocal()
1405 Dir.toVector(Path); in dir_begin()
[all …]
H A DPath.cpp537 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
548 path.toVector(result); in native()
801 Model.toVector(ModelStorage); in createUniquePath()
921 current_directory.toVector(current_dir); in make_absolute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp223 ("--old-line-format=" + OldLineFormat).toVector(OLF); in doSystemDiff()
224 ("--new-line-format=" + NewLineFormat).toVector(NLF); in doSystemDiff()
225 ("--unchanged-line-format=" + UnchangedLineFormat).toVector(ULF); in doSystemDiff()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp105 Msg.toVector(PErr.Msg); in Error()
122 Suffix.toVector(PErr.Msg); in addErrorSuffix()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DCOFF.cpp43 Twine('/').concat(Twine(Offset)).toVector(Buffer); in encodeSectionName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h469 void toVector(SmallVectorImpl<char> &Out) const;
495 toVector(Out); in toStringRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1109 .toVector(Str); in ExecuteAction()
1123 .toVector(Str); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp390 Twine(Index).toVector(Name); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc75 Path8.toVector(Path8Str);
1426 path.toVector(dest);
1440 path.toVector(Storage);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp339 Arg.toVector(ArgVec); in getModuleContextHash()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp127 Twine(No).toVector(Prefix); in buildSuspendPrefixStr()
H A DCGObjCMac.cpp7128 Name.toVector(TmpName); in EmitProtocolList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp328 partial_name.toVector(CompletionBuffer); in DiskFilesOrDirectories()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc704 path.toVector(dest);
1315 path.toVector(Storage);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp451 .toVector(UnknownType); in getSectionFileOffsetToRawData()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp68 (f->archiveName + "(" + f->getName() + ")").toVector(f->toStringCache); in toString()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp230 val.toVector(ltoPolicy); in getLTOCachePolicy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp429 T.toVector(CommentToEmit); in AddComment()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3750 Path.toVector(Result); in getDefaultModuleCachePath()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7033 FilenameDSYM.toVector(Path); in getMachODSymObject()